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/swxform/menubar | |
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/swxform/menubar')
-rw-r--r-- | sw/uiconfig/swxform/menubar/menubar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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"/> |