summaryrefslogtreecommitdiffstats
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-09-18 13:10:13 +0200
committerEike Rathke <erack@redhat.com>2015-09-18 13:13:40 +0200
commitef725dc31f6f8b9e34b3c5f2ef514c5a48041684 (patch)
tree16407594ed4229deed3ad45152bb5826141fc5bc /sc/uiconfig
parentboost->std (diff)
downloadcore-ef725dc31f6f8b9e34b3c5f2ef514c5a48041684.tar.gz
core-ef725dc31f6f8b9e34b3c5f2ef514c5a48041684.zip
Resolves: tdf#94060 raise iteration steps upper limit to 32767
... which is what Excel does, the value has to fit in a 16-bit signed integer. Change-Id: Ie172eb4eaa69b80110c8f93b1f74a6bb17ffc92f
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/optcalculatepage.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/optcalculatepage.ui b/sc/uiconfig/scalc/ui/optcalculatepage.ui
index d501fbdfe878..a9dca1982238 100644
--- a/sc/uiconfig/scalc/ui/optcalculatepage.ui
+++ b/sc/uiconfig/scalc/ui/optcalculatepage.ui
@@ -5,7 +5,7 @@
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
- <property name="upper">1000</property>
+ <property name="upper">32767</property>
<property name="value">100</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>