diff options
author | Regina Henschel <rb.henschel@t-online.de> | 2011-06-23 18:34:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-23 18:34:43 +0300 |
commit | 68739f325ee81ffe97fc61fb84b861c1c34328bc (patch) | |
tree | 5ae349944e4bce6f17617f01f82a2f16348c651b | |
parent | b091850d6ffe2149a6a4722fc6f0ef180a62f1f4 (diff) |
Adapt texts to new B-spline implementation
-rw-r--r-- | offapi/com/sun/star/chart2/CurveStyle.idl | 5 |
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 84d2fa015..6762084ac 100644 --- a/offapi/com/sun/star/chart2/CurveStyle.idl +++ b/offapi/com/sun/star/chart2/CurveStyle.idl @@ -49,9 +49,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, |