From 38ba5bfa215231f5937abebafd075a58c227e7ca Mon Sep 17 00:00:00 2001 From: Gulsah Kose Date: Mon, 17 Apr 2017 09:13:24 +0300 Subject: tdf#107143 Add delete all comments command. Change-Id: I1375375543172146a27ed4225f584121f9945a8c Signed-off-by: Gulsah Kose Reviewed-on: https://gerrit.libreoffice.org/36623 Tested-by: Jenkins Reviewed-by: Eike Rathke --- sc/inc/sc.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/sc.hrc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 83852ab497f8..aa32f3c66a42 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -643,6 +643,7 @@ #define FID_HIDE_NOTE (SID_NEW_SLOTS+101) #define FID_SHOW_ALL_NOTES (SID_NEW_SLOTS+102) #define FID_HIDE_ALL_NOTES (SID_NEW_SLOTS+103) +#define FID_DELETE_ALL_NOTES (SID_NEW_SLOTS+104) // idl parameter -- cgit