Issue 42539 - data lost after saving the bugdoc in so 7 format
Summary: data lost after saving the bugdoc in so 7 format
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: open-import (show other issues)
Version: 680m78
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: marc.neumann
QA Contact: issues@graphics
URL:
Keywords:
: 44895 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-02-11 13:10 UTC by marc.neumann
Modified: 2005-03-14 15:45 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
bugdoc (205.10 KB, application/vnd.sun.xml.impress)
2005-02-11 13:11 UTC, marc.neumann
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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