wizards/com/sun/star/wizards/table/FieldFormatter.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70adbc53e88e5b99032d63065410716c54b4f96f
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Fri Mar 27 22:28:28 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 28 08:25:13 2020 +0100

    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 <serval2...@yahoo.fr>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to