diff options
author | Scott Clarke <scott.clarke@codethink.co.uk> | 2019-06-11 13:07:20 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-08 08:05:17 +0200 |
commit | fb3a0b084701ee1089a76568b3b110ac5b0df460 (patch) | |
tree | 5b6217e7fee87fb30d4f070be70dd48de99e5ad3 /sw/uiconfig | |
parent | fa774e16b1dfe4844ec5eb3f9372d6468f6b8a56 (diff) |
tdf#119228 Add 'Resolved Comments' option to the View menu.
Change-Id: Ib4554b77857992959a386c71e99e424579196ded
Co-authored-by: Jim MacArthur <jim.macarthur@codethink.co.uk>
Reviewed-on: https://gerrit.libreoffice.org/75862
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/menubar/menubar.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/viewoptionspage.ui | 22 | ||||
-rw-r--r-- | sw/uiconfig/swxform/menubar/menubar.xml | 1 |
3 files changed, 22 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml index d9cfbf8f7f3a..90fce81ab199 100644 --- a/sw/uiconfig/swriter/menubar/menubar.xml +++ b/sw/uiconfig/swriter/menubar/menubar.xml @@ -205,6 +205,7 @@ <menu:menuseparator/> <menu:menuitem menu:id=".uno:ViewTrackChanges"/> <menu:menuitem menu:id=".uno:ShowAnnotations" menu:style="text"/> + <menu:menuitem menu:id=".uno:ShowResolvedAnnotations" menu:style="text"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:Marks" menu:style="text"/> <menu:menuitem menu:id=".uno:Fieldnames" menu:style="text"/> diff --git a/sw/uiconfig/swriter/ui/viewoptionspage.ui b/sw/uiconfig/swriter/ui/viewoptionspage.ui index 5591d6640bfd..4605803f7a57 100644 --- a/sw/uiconfig/swriter/ui/viewoptionspage.ui +++ b/sw/uiconfig/swriter/ui/viewoptionspage.ui @@ -166,12 +166,13 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="changestooltip"> - <property name="label" translatable="yes" context="viewoptionspage|changestooltip">_Tooltips on tracked changes</property> + <object class="GtkCheckButton" id="resolvedcomments"> + <property name="label" translatable="yes" context="viewoptionspage|resolvedcomments">_Resolved comments</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> @@ -179,6 +180,23 @@ <property name="top_attach">5</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="changestooltip"> + <property name="label" translatable="yes" context="viewoptionspage|changestooltip">_Tooltips on tracked changes</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="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">6</property> + <property name="width">1</property> + <property name="height">1</property> + <property name="xalign">0</property> + </packing> + </child> </object> </child> </object> diff --git a/sw/uiconfig/swxform/menubar/menubar.xml b/sw/uiconfig/swxform/menubar/menubar.xml index 74c56bd5ec11..443c70d29e61 100644 --- a/sw/uiconfig/swxform/menubar/menubar.xml +++ b/sw/uiconfig/swxform/menubar/menubar.xml @@ -203,6 +203,7 @@ <menu:menuseparator/> <menu:menuitem menu:id=".uno:ViewTrackChanges"/> <menu:menuitem menu:id=".uno:ShowAnnotations" menu:style="text"/> + <menu:menuitem menu:id=".uno:ShowResolvedAnnotations" menu:style="text"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:Marks" menu:style="text"/> <menu:menuitem menu:id=".uno:Fieldnames" menu:style="text"/> |