To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73871
User cl changed the following:
What |Old value |New value
================================================================================
CC|'liangweike' |'aw,liangweike'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Aug 24 14:14:15 +0000
2009 -------
just for the record, the given patch breaks other features, namely all features
that sequentially replace mared objects.
for example draw to rectangles, select both and select combine, impress crashes!
For now I removed the code from the svdmarkv.cxx and added a
if( IsObjMarked( pOldObj ) )
MarkObj( pOldObj, &rPV, TRUE /*unmark!*/ );
to SdrEditView::ReplaceObjectAtView
In the future we should change all operations on the mark list to use a copy of
the mark list and not the living mark list
---------------------------------------------------------------------
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]