https://issues.apache.org/ooo/show_bug.cgi?id=119954
kang jian <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78339| |review? Flags| | --- Comment #1 from kang jian <[email protected]> --- Created attachment 78339 --> https://issues.apache.org/ooo/attachment.cgi?id=78339&action=edit Fix for the bug crash occur when undo-redo table with nested tables. Root cause: 1.After tabletotext was called in SwUndoTblToTxt::Redo(...), node in document was ruined.When the ruined nodes are accessed later, crash occur. 2.Nested tables not be converted to text actually after calling tabletotext function. Solution: 1.Convert nested tables to text also. UT: Case 1: 1.Test that convert single table to text and undo then redo. Case 2: 1.Test that convert nested table to text and undo then redo. -- You are receiving this mail because: You are the assignee for the bug.
