To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101006
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Aug 18 15:39:12 +0000
2010 -------
I can now reproduce the crash too. It is important to really assign one layout
to two slides in step 3.
When one layout is assigned to two different slides, the associated master page
is cloned twice in the target document but both copies have the same name as the
original. Undo actions identify master pages via their name. Executing the
undo actions brings the model out of sync and leaves slides without master
pages.
A possible fix can be found in the diff above:
DocumentHelper::ProvideMasterPage() does not clone the layout master page
unconditionally but first checks if one with the same name does already exist in
the target document. It it does then this master page is reused.
Have to check the side effects of this fix, though.
---------------------------------------------------------------------
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]