diff options
author | Scott Clarke <scott.clarke@codethink.co.uk> | 2019-06-11 13:07:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-28 09:07:38 +0200 |
commit | 6498a896796a229a6b580782676cd06978b1cc0e (patch) | |
tree | 5b7f8c8304eaa00baa13bfa68238c7c56666f235 /sw/sdi | |
parent | 78172b81a4cabdd39bea4dd037c3cd8309d6c57a (diff) |
tdf#119228 Add 'Resolved Comments' option to the View menu.
Co-authored-by: Jim MacArthur <jim.macarthur@codethink.co.uk>
(cherry picked from commit fb3a0b084701ee1089a76568b3b110ac5b0df460)
Conflicts:
sw/uiconfig/swriter/menubar/menubar.xml
sw/uiconfig/swxform/menubar/menubar.xml
Change-Id: Ib4554b77857992959a386c71e99e424579196ded
Reviewed-on: https://gerrit.libreoffice.org/78185
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index 19b15226dac7..824eb2f0e6e3 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -805,6 +805,14 @@ interface BaseTextEditView StateMethod = StateViewOptions ; Export = FALSE; ] + + SID_TOGGLE_RESOLVED_NOTES + [ + ExecMethod = ExecViewOptions ; + StateMethod = StateViewOptions ; + Export = FALSE; + ] + // Everything from here can be removed (Export = FALSE;), if the previous works FN_RULER // status() [ |