You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/07/10 10:00:33 UTC

[Bug 119686] Undo operation lead to crash when editing xls file.

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

Zhang Lu <zh...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78613|                            |review?
              Flags|                            |

--- Comment #3 from Zhang Lu <zh...@gmail.com> ---
Created attachment 78613
  --> https://issues.apache.org/ooo/attachment.cgi?id=78613&action=edit
Add patch

I'm working on this defect,
root cause:
This defect is brought from issue 73249, an old defect, which added undo/redo
mechanism on function SetName()/SetTitile()/SetDescription() of sdr object.
When loading sdr object from MS Excel, sdr module is undo enable status,
SetName() will be called here, so a needless undo action is added to
undo-manager.

Solution:
set sdr module as undo disable status before call these functions.

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