Issue 42539

Summary: data lost after saving the bugdoc in so 7 format
Product: Impress Reporter: marc.neumann
Component: open-importAssignee: marc.neumann
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P2 CC: christian.guenther, issues, jogi
Version: 680m78   
Target Milestone: OOo 2.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
bugdoc none

Description marc.neumann 2005-02-11 13:10:04 UTC
1. open the attached bugdoc ( staroffice 7 template )
2. save it as StarOffice 7 Presentation
3. open it in StarOffice 7
==>> the grafic on the first/last slide is missing.

The slide effects are also missing, is this the same issue or should I wrote a
new one?
Comment 1 marc.neumann 2005-02-11 13:11:28 UTC
Created attachment 22457 [details]
bugdoc
Comment 2 marc.neumann 2005-02-11 13:13:18 UTC
adding cgu and jsi as CC
Comment 3 clippka 2005-02-11 13:35:33 UTC
There is no data lost, it's just that all slides get the wrong masterpage. The
correct masterpage is still in the document but not assigned to any slide.
Comment 4 clippka 2005-02-11 16:23:23 UTC
Ok, in xmloff/source/transform/Oasis2OOo.cxx

The entry1( DRAW, MASTER_PAGE, XML_ETACTION_PROC_ATTRS, 
OASIS_MASTER_PAGE_REF_ACTIONS ),

should really adress PAGE and not MASTER_PAGE as OASIS_MASTER_PAGE_REF_ACTIONS
only process one attribute and thats draw:master-page-name which is not an
attribute of draw:master-page but draw:page

Because of this, the name of the master-page was decoded but not the
master-page-name attribute from the draw:page element.
Comment 5 clippka 2005-02-22 14:38:33 UTC
verified on cws build

re-open issue and try to reassign to msc@openoffice.org
Comment 6 clippka 2005-02-22 14:38:37 UTC
try to reassign to msc@openoffice.org
Comment 7 clippka 2005-02-22 14:38:42 UTC
try to reset resolution to FIXED
Comment 8 wolframgarten 2005-02-24 11:58:42 UTC
Verified in CWS as stand-in for Marc.
Comment 9 wolframgarten 2005-03-14 13:11:56 UTC
*** Issue 44895 has been marked as a duplicate of this issue. ***
Comment 10 marc.neumann 2005-03-14 15:45:46 UTC
Hi,

fixed in current developer build -> close.
The current developer build can be found at
http://download.openoffice.org/680/index.html
Feel free to reopen if this issue is not fixed in the developer build.

Bye Marc