summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-09-18 13:10:13 +0200
committerAndras Timar <andras.timar@collabora.com>2015-09-19 21:32:25 +0200
commit4d50e1182b878a2d832532416c16bda03d049a7c (patch)
tree016662f467059dffc77a91c9aecc5f0d1d62c219
parentbeacd1efacf0d75cd7f404c9e690fa639202d5c6 (diff)
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 (cherry picked from commit ef725dc31f6f8b9e34b3c5f2ef514c5a48041684) Reviewed-on: https://gerrit.libreoffice.org/18685 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-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>