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 --- sd/sdi/drviewsh.sdi | 2 +- sd/sdi/grviewsh.sdi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/sdi') diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi index 553843a144fb..174b919ccaaf 100644 --- a/sd/sdi/drviewsh.sdi +++ b/sd/sdi/drviewsh.sdi @@ -144,7 +144,7 @@ interface ImpressEditView : DrawView ExecMethod = Execute ; StateMethod = GetState ; ] - SID_SHOW_POSTIT + SID_TOGGLE_NOTES [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; diff --git a/sd/sdi/grviewsh.sdi b/sd/sdi/grviewsh.sdi index df765f3c62ee..f5d1642ac4ac 100644 --- a/sd/sdi/grviewsh.sdi +++ b/sd/sdi/grviewsh.sdi @@ -39,7 +39,7 @@ shell GraphicViewShell ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] - SID_SHOW_POSTIT + SID_TOGGLE_NOTES [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; -- cgit