To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69010
User cl changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Oct 25 09:58:18 -0700
2006 -------
fixed,
in OutlineView::TryToMergeUndoActions() I had two loops moving undo actions from
one undo list to another one. But only the last undo action was actually removed
from the first list. So each time there was more than one undo action in that
list, all but the last where deleted when the first list got deleted but they
still had dangling pointers in the second list.
sd/source/ui/view/outlview.cxx (1.42.38.1)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]