Issue 113572 - for B-splines "Data points order"=2 is not saved to file
Summary: for B-splines "Data points order"=2 is not saved to file
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-01 20:37 UTC by Regina Henschel
Modified: 2013-02-24 21:19 UTC (History)
2 users (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 Regina Henschel 2010-08-01 20:37:23 UTC
Take a new spreadsheat. Delete Sheet2 and Sheet2 to get smaller file. Switch of
size optimization for ODF format to get better readable file.

Enter some pairs of x|y values for example
x	y
0	-1
1	1
2	-1
3	1
4	-1
5	1

Generate an XY-Chart with smooth lines&points using B-Spline with "Resolution"=5
and "Data points order"=2.

Notice, that the curve goes approimately through (3|0.5)

Save the file.

Reload the file and double click the chart to actualize the preview. Notice that
the curve now goes through (3|0.2). Do not save.

Unpack the file and look into the content.xml of the chart object. The attribute
chart:spline-order is missing in <style:chart-properties>

If you use another value for "data points order", then the attribute is saved as
expected.
Comment 1 IngridvdM 2010-08-05 10:53:16 UTC
Confirmed the problem with OOo 3.2.1 amd ooo330m1.
Comment 2 IngridvdM 2010-10-07 17:26:49 UTC
Fixed in CWs chart49.
Comment 3 IngridvdM 2010-11-11 10:28:40 UTC
Thomas, please verify in CWS chart49.
Comment 4 kla 2010-12-08 12:31:17 UTC
Seen ok in cws -> verified
Comment 5 kla 2010-12-30 11:44:48 UTC
Seen ok in master -> Closed