[Libreoffice-commits] .: offapi/com

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jun 23 08:48:32 PDT 2011


 offapi/com/sun/star/chart2/CurveStyle.idl |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 68739f325ee81ffe97fc61fb84b861c1c34328bc
Author: Regina Henschel <rb.henschel at t-online.de>
Date:   Thu Jun 23 18:34:43 2011 +0300

    Adapt texts to new B-spline implementation

diff --git a/offapi/com/sun/star/chart2/CurveStyle.idl b/offapi/com/sun/star/chart2/CurveStyle.idl
index 84d2fa0..6762084 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,
 


More information about the Libreoffice-commits mailing list