From 68739f325ee81ffe97fc61fb84b861c1c34328bc Mon Sep 17 00:00:00 2001 From: Regina Henschel Date: Thu, 23 Jun 2011 18:34:43 +0300 Subject: Adapt texts to new B-spline implementation --- offapi/com/sun/star/chart2/CurveStyle.idl | 5 ++--- 1 file 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, -- cgit v1.2.3