Issue 98893 - don't export defaults to file
Summary: don't export defaults to file
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-04 16:53 UTC by IngridvdM
Modified: 2013-02-24 21:21 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description IngridvdM 2009-02-04 16:53:23 UTC
Normally default values are not exported to ODF files in order to reduce file
size and optimize performance.
It turns out that default values are exported nevertheless in case they have
been set explicitly via the user interface or API before. This is wrong.
To reproduce
-create a default chart from any simple data and save it.
-Look into the according content.xml stream -> you will for example find no string
fo:font-style="normal"
because this is the default style for fonts. All fine so far.
-Now change the font style of any chart element to 'italic' via dialog
-click ok in the dialog
-change it back to 'regular'
-again accept the changes with clicking ok in the dialog.
-Save the file and look at the according content.xml stream again.
->You will find fo:font-style="normal" - but it should not be exported for
performance and file size reasons.
Comment 1 IngridvdM 2009-02-04 17:03:31 UTC
Fixed in CWS chart37.
Comment 2 IngridvdM 2009-04-28 10:23:33 UTC
@kla, please verify in CWS chart37.
Comment 3 kla 2009-05-20 10:18:24 UTC
seen ok in CWS chart37 -> verified
Comment 4 IngridvdM 2009-05-22 10:45:28 UTC
The fix for this issue has caused issue 102130. Both issues are fixed now in CWS
chart37.
Comment 5 IngridvdM 2009-05-22 10:48:29 UTC
@Thomas, please verify the new fix in CWS chart37.
Comment 6 kla 2009-05-27 13:13:50 UTC
verified in chart 37
Comment 7 kla 2009-09-25 14:24:50 UTC
Seen ok in Master -> closed