https://bugs.documentfoundation.org/show_bug.cgi?id=166485
--- Comment #6 from Saburo <[email protected]> --- Comment 3 Delete Column Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: d1004cdd6a445ae73673b0ca360ae034b0ec09f2 author László Németh commit d1004cdd6a445ae73673b0ca360ae034b0ec09f2 tdf#150673 sw offapi: add change tracking of table column deletion This is a minimal extension of the text range based change tracking to record and apply table column deletions with full Undo/Redo support. Add property HasTextChangesOnly to com::sun::star::text::CellProperties. During recording of track changes, deletion of table columns wasn't recorded: columns were removed completely with their text content. Now the deletion deletes the cell content with change tracking, setting also HasTextChangesOnly property of table cells to FALSE. If a tracked deletion is accepted in a deleted column, and the result is an empty cell, the column will be removed, if HasTextChangesOnly property of the deleted cell is FALSE. Note: Deletion of empty columns isn't recorded. Hiding deleted columns hasn't been supported yet in the Hide Changes mode. Follow-up to commit 05366b8e6683363688de8708a3d88cf144c7a2bf "tdf#60382 sw offapi: add change tracking of table/row deletion". Change-Id: I36915d7a58f66b4a3bdaf90495cb998d29c36561 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151593 -- You are receiving this mail because: You are the assignee for the bug.
