summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-27 22:28:28 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2020-03-30 11:12:28 +0200
commit15275106fec243bbe68ab8c124f1b5e8bcbcc2aa (patch)
treed0deb6c4aafe03750328da87f2576540cd140180 /wizards
parent06789981b0ed4485f695ad87b332a1b6c3230365 (diff)
tdf#131576: fix "Field information" in table wizard, step 2
Change-Id: I8a0dfa9f483f32bc5858e628ff4bb9cb79c9c6a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91236 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 70adbc53e88e5b99032d63065410716c54b4f96f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91286 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/table/FieldFormatter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/table/FieldFormatter.java b/wizards/com/sun/star/wizards/table/FieldFormatter.java
index db401104a094..c3c38e7e2dae 100644
--- a/wizards/com/sun/star/wizards/table/FieldFormatter.java
+++ b/wizards/com/sun/star/wizards/table/FieldFormatter.java
@@ -73,7 +73,7 @@ public class FieldFormatter implements XItemListener
},
new Object[]
{
- UIConsts.INTEGERS[8], sFieldNames, 91, 27, IFieldFormatStep, Short.valueOf(curtabindex++), 90
+ UIConsts.INTEGERS[8], sFieldNames, 91, 27, IFieldFormatStep, Short.valueOf(curtabindex++), 67
});
try