[Libreoffice-commits] core.git: wizards/com
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 30 13:03:56 UTC 2020
wizards/com/sun/star/wizards/table/FieldFormatter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9383980a9f07a352c62fc09b7bea3a24e2e46b48
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Mar 30 12:59:14 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Mar 30 15:03:22 2020 +0200
Related: tdf#131576 overlapping windows, move bottom one down a little
Change-Id: I28c890740a92f183db72ab997627d564cba49ec0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91361
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/wizards/com/sun/star/wizards/table/FieldFormatter.java b/wizards/com/sun/star/wizards/table/FieldFormatter.java
index c3c38e7e2dae..75a1ade73a51 100644
--- a/wizards/com/sun/star/wizards/table/FieldFormatter.java
+++ b/wizards/com/sun/star/wizards/table/FieldFormatter.java
@@ -209,7 +209,7 @@ public class FieldFormatter implements XItemListener
}, // PropertyNames.PROPERTY_HELPURL
new Object[]
{
- 85, 158, 49, IFieldFormatStep, Short.valueOf(curtabindex++), 166, 50
+ 82, 158, 52, IFieldFormatStep, Short.valueOf(curtabindex++), 166, 50
}); //, "HID:WIZARDS_HID_DLGTABLE_COLMODIFIER"
curTableDescriptor = _curTableDescriptor;
Helper.setUnoPropertyValue(oColumnDescriptorModel, PropertyNames.ACTIVE_CONNECTION, _curTableDescriptor.DBConnection);
More information about the Libreoffice-commits
mailing list