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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/sdi/drviewsh.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; -- cgit