https://issues.apache.org/ooo/show_bug.cgi?id=120020
--- Comment #8 from Armin Le Grand <[email protected]> --- ALG: There is already some handling for the SfxUndoAction locally remembered inside of SfxLinkUndoAction to avoid deletion, but does not work everywhere. And it should be called a 'bad solution' that something like SfxLinkUndoAction exists at all, remembering an alien svl::IUndoManager and an alien SfxUndoAction in the local svl::IUndoManager. To generally fix this SfxUndoAction would need to be at least ref-counted, but also need a better relationship to their undo manager. This would be a big change, for now I will try to make it more safe in a simplified way. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
