diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-04-17 09:13:24 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-04-20 15:59:19 +0200 |
commit | 38ba5bfa215231f5937abebafd075a58c227e7ca (patch) | |
tree | e4010263b6ab69bae2ddb43f6f48c408e54d57e6 /sc/inc/sc.hrc | |
parent | e981f360c2216513469c5ff2a51350183e874436 (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/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |