summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorRegina Henschel <regina@apache.org>2013-03-17 14:59:33 +0000
committerRegina Henschel <regina@apache.org>2013-03-17 14:59:33 +0000
commitd6841c12bf1c65695714666d2f6f979c5a9795a9 (patch)
tree33f3558d2d7a07447a16ab2df367bc251f941d43 /offapi
parent7c9964d111937a0af503633a8f16195183747d43 (diff)
i117986 Adapt spline implementation to ODF1.2
Author: Regina Henschel
Notes
Notes: prefer: 6a8f23ec27e9fd55411f9536fb3fdfea2b6cd8bd
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart2/CurveStyle.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/offapi/com/sun/star/chart2/CurveStyle.idl b/offapi/com/sun/star/chart2/CurveStyle.idl
index 2e7cf5be0fc0..97f594988f83 100644
--- a/offapi/com/sun/star/chart2/CurveStyle.idl
+++ b/offapi/com/sun/star/chart2/CurveStyle.idl
@@ -45,9 +45,8 @@ enum CurveStyle
*/
CUBIC_SPLINES,
- /** Data points are connected via a smoothed B-spline curve. The
- data points themselves are not necessarily part of to the
- curve.
+ /** Data points are connected via a parametric, interpolating
+ B-spline curve.
*/
B_SPLINES,