https://issues.apache.org/ooo/show_bug.cgi?id=121008

Armin Le Grand <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

--- Comment #11 from Armin Le Grand <[email protected]> ---
ALG: Reason is that calc does a lot of special handling to get all undo actions
for creating and editing a comment (which is a DrawingLayer object in reality)
in a single own SfxListUndoAction. This collides with the change that gives the
EditEngine an UndoManager from outside to add it's UndoActions there. There are
two ways to change this:
(a) Do not use the mechanism to have a single UndoManager and all the TextUndos
(b) Remove all special handling and try if it works
Since Calc's goal it to get all bundled, (a) may be better, but (b) will be
more safe for the future and remove those special cases. Looking on
possibilities...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to