summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2017-04-19 16:29:43 +0300
committerEike Rathke <erack@redhat.com>2017-05-11 16:12:11 +0200
commit198f5a16fd4c5bf691a3450bbf16e88c000f9baa (patch)
tree347f5ca8aab1e0ebb4e720b03d62989b7dd86bd1 /sd/sdi
parent0496587f1bf271ef0540f3cd8155889311480d70 (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 'sd/sdi')
-rw-r--r--sd/sdi/drviewsh.sdi2
-rw-r--r--sd/sdi/grviewsh.sdi2
2 files changed, 2 insertions, 2 deletions
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;