diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-04-19 16:29:43 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-11 16:12:11 +0200 |
commit | 198f5a16fd4c5bf691a3450bbf16e88c000f9baa (patch) | |
tree | 347f5ca8aab1e0ebb4e720b03d62989b7dd86bd1 /include | |
parent | 0496587f1bf271ef0540f3cd8155889311480d70 (diff) |
tdf#107258 Create show/hide all comments toggle button.
Created new show/hide all comments button for calc by
ShowAnnotations command. Unifyied writer, calc and impress's
ShowAnnotations slot.
Change-Id: I27149d09ee1763b84258c5e0c890a9628c8874c0
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/36697
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svxids.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 0eb5bf579c33..91ad64d3ff93 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -903,7 +903,7 @@ #define SID_NEXT_POSTIT ( SID_SVX_START + 1095 ) #define SID_PREVIOUS_POSTIT ( SID_SVX_START + 1096 ) #define SID_DELETEALL_POSTIT ( SID_SVX_START + 1097 ) -#define SID_SHOW_POSTIT ( SID_SVX_START + 1098 ) +#define SID_TOGGLE_NOTES ( SID_SVX_START + 1098 ) #define SID_REPLYTO_POSTIT ( SID_SVX_START + 1099 ) #define SID_DELETEALLBYAUTHOR_POSTIT ( SID_SVX_START + 1100 ) #define SID_INSERT_POSTIT ( SID_SVX_START + 1101 ) |