Kaydet (Commit) 7335925d authored tarafından Eike Rathke's avatar Eike Rathke Kaydeden (comit) Caolán McNamara

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 ef725dc3)
Reviewed-on: https://gerrit.libreoffice.org/18685Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 301391a6
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment