To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50487


User cl changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jun  9 03:48:03 -0700 
2005 -------
Fixed,

the crash was in SvxUnoTextContentEnumeration::hasMoreElements() who didn't
check for an existing text forwarder.

The text forwarder was destroyed since the edit source disposed itself when it
got the HINT_OBJREMOVED hint from svx as the object was removed from its page
and put into undo. Later when the object was reinserted into the page on undo
this api wraper was not restored.

If fixed this by deriving SvxTextEditSourceImpl from the new sdr::ObjectUser and
register it at its attached SdrObject. If the SdrObject is actually deleted it
calls the ObjectUser back and the SvxTextEditSourceImpl  disposes himself. I
removed all reactions to HINT_OBJREMOVED since this was not the correct time for
disposing as an object still lifes even after removal from a page.

NOTE

This issue happens whenever a custom animation effect targets a paragraph end
the target shape is deleted and than undo'ed


---------------------------------------------------------------------
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]

Reply via email to