summaryrefslogtreecommitdiff
path: root/sc/sdi/cellsh.sdi
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2017-04-17 09:13:24 +0300
committerEike Rathke <erack@redhat.com>2017-04-20 15:59:19 +0200
commit38ba5bfa215231f5937abebafd075a58c227e7ca (patch)
treee4010263b6ab69bae2ddb43f6f48c408e54d57e6 /sc/sdi/cellsh.sdi
parente981f360c2216513469c5ff2a51350183e874436 (diff)
tdf#107143 Add delete all comments command.
Change-Id: I1375375543172146a27ed4225f584121f9945a8c Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/36623 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/sdi/cellsh.sdi')
-rw-r--r--sc/sdi/cellsh.sdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index 96186e65fe15..8e80db555901 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -211,6 +211,7 @@ interface CellSelection
FID_SHOW_NOTE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
FID_HIDE_ALL_NOTES [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
FID_SHOW_ALL_NOTES [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
+ FID_DELETE_ALL_NOTES [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_DELETE_NOTE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_DEC_INDENT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_INC_INDENT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]