diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-02 14:48:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-02 21:53:35 +0200 |
commit | 5d5a7293bf6a49b1828bdd9fdff989f0a9cd2e53 (patch) | |
tree | 680007123f63cdbc1af5b391bdbe8e3b2f9135bc /cui/uiconfig/ui/numberingformatpage.ui | |
parent | 3cf2909f268ec63897d862714853ab85a295eb08 (diff) |
drop the spurious invisible_char[_set] properties
Change-Id: I8264a4f6035fd19c7a892902c41127615eaf6dd3
Reviewed-on: https://gerrit.libreoffice.org/52265
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/numberingformatpage.ui')
-rw-r--r-- | cui/uiconfig/ui/numberingformatpage.ui | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui index fe18bd1fae20..c5724c2f0b22 100644 --- a/cui/uiconfig/ui/numberingformatpage.ui +++ b/cui/uiconfig/ui/numberingformatpage.ui @@ -110,7 +110,6 @@ <property name="can_focus">True</property> <property name="valign">center</property> <property name="hexpand">True</property> - <property name="invisible_char">•</property> </object> <packing> <property name="left_attach">0</property> @@ -178,7 +177,6 @@ <object class="GtkEntry" id="commented"> <property name="can_focus">True</property> <property name="no_show_all">True</property> - <property name="invisible_char">●</property> <property name="tooltip_text" translatable="yes" context="numberingformatpage|commented|tooltip_text">Comment</property> </object> <packing> @@ -238,7 +236,6 @@ <object class="GtkSpinButton" id="decimalsed"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> <property name="adjustment">adjustment1</property> </object> <packing> @@ -251,7 +248,6 @@ <object class="GtkSpinButton" id="denominatored"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> <property name="adjustment">adjustment2</property> </object> <packing> @@ -270,7 +266,6 @@ <object class="GtkSpinButton" id="leadzerosed"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> <property name="adjustment">adjustment1</property> </object> <packing> |