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 /svx/sdi | |
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 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 22912965caa5..787a0e237839 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -4531,6 +4531,22 @@ SfxVoidItem ShowAnnotations SID_TOGGLE_NOTES GroupId = SfxGroupId::View; ] +SfxVoidItem ShowResolvedAnnotations SID_TOGGLE_RESOLVED_NOTES +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] SfxVoidItem ReplyToAnnotation SID_REPLYTO_POSTIT |