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





------- Additional comments from [EMAIL PROTECTED] Thu Feb 21 09:48:36 +0000 
2008 -------
whatever the cause of this bug is, the given patch is not valid.

The line

pOL->ReplaceObject(pNewObj,pOldObj->GetOrdNum());

will remove pOldObj from the page and if it is not put into an undo action that
it may also get deleted.

So doing a

MarkObj(pOldObj,&rPV,TRUE);

after the call to ReplaceObject is an error since pOldObj could be deleted
already at this point. Please change the fix.

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