diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-01-07 14:55:14 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-01-08 10:06:58 +0100 |
commit | 468a740f0fe09f8939368eca3067b4101c84c057 (patch) | |
tree | 5ff0a7f407455685c978121335a462fda276b690 /sw/uiconfig | |
parent | 4f6d95ead1286748810e937c7672de08b8b39a38 (diff) |
Resolves tdf#129793 - Remove "Field codes" option
var m_xFieldNameCB, elem m_bFieldName, ui fieldcode removed
Change-Id: I6711f9b8c4f84d6ef19bc295243df0341f8c4f3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86350
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/viewoptionspage.ui | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/sw/uiconfig/swriter/ui/viewoptionspage.ui b/sw/uiconfig/swriter/ui/viewoptionspage.ui index 8ba0678ab3f6..cf6e782a2373 100644 --- a/sw/uiconfig/swriter/ui/viewoptionspage.ui +++ b/sw/uiconfig/swriter/ui/viewoptionspage.ui @@ -138,21 +138,6 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="fieldcodes"> - <property name="label" translatable="yes" context="viewoptionspage|fieldcodes">_Field codes</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">3</property> - </packing> - </child> - <child> <object class="GtkCheckButton" id="comments"> <property name="label" translatable="yes" context="viewoptionspage|comments">_Comments</property> <property name="visible">True</property> @@ -164,7 +149,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">4</property> + <property name="top_attach">3</property> </packing> </child> <child> @@ -179,7 +164,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">5</property> + <property name="top_attach">4</property> </packing> </child> <child> @@ -193,7 +178,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">6</property> + <property name="top_attach">5</property> </packing> </child> </object> |