From 198f5a16fd4c5bf691a3450bbf16e88c000f9baa Mon Sep 17 00:00:00 2001 From: Gulsah Kose Date: Wed, 19 Apr 2017 16:29:43 +0300 Subject: 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 Reviewed-on: https://gerrit.libreoffice.org/36697 Tested-by: Jenkins Reviewed-by: Eike Rathke --- svx/sdi/svx.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/sdi') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index e9249c4cea6e..a8c2a3431aa1 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -4445,7 +4445,7 @@ SfxVoidItem EditAnnotation SID_EDIT_POSTIT GroupId = GID_EDIT; ] -SfxVoidItem ShowAnnotations SID_SHOW_POSTIT +SfxVoidItem ShowAnnotations SID_TOGGLE_NOTES () [ AutoUpdate = FALSE, -- cgit