[Libreoffice-commits] .: chart2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 4 11:20:04 PDT 2012


 chart2/source/controller/dialogs/tp_ChartType.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1ca1a7aa9935ad33325ac7aebbbb127995337988
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Oct 4 20:16:56 2012 +0200

    limit polynomial degree in the dialog, related fdo#46100
    
    Change-Id: If49db1a503548103dcf605cc1c2d8064cdd2d5b2

diff --git a/chart2/source/controller/dialogs/tp_ChartType.src b/chart2/source/controller/dialogs/tp_ChartType.src
index 73438f8..2e5e51e 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.src
+++ b/chart2/source/controller/dialogs/tp_ChartType.src
@@ -244,11 +244,11 @@ ModalDialog DLG_SPLINE_PROPERTIES
         Repeat = TRUE ;
         Spin = TRUE ;
         Minimum = 1 ;
-        Maximum = 100 ;
+        Maximum = 15 ;
         StrictFormat = TRUE ;
         Unit = FUNIT_CUSTOM ;
         First = 1 ;
-        Last = 100 ;
+        Last = 15 ;
         SpinSize = 1 ;
     };
     FixedLine FL_SPLINE_DIALOGBUTTONS


More information about the Libreoffice-commits mailing list