diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-03-09 21:41:17 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-04-11 13:49:06 +0200 |
commit | ec25d34fa3ac900950ff24fcb224f7e827352803 (patch) | |
tree | 45a415a68cb3f7b699784e51a013be2c3d57888b /sc/sdi/cellsh.sdi | |
parent | 9e8598c42a1a6f2fbd88711aa9bea5961eaf7b4a (diff) |
tdf#84837 Add Show/Hide all comments commands to Calc.
Change-Id: I1e38335ff1269d0d464f03d23bfc5eba6e3b1532
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/35020
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/sdi/cellsh.sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 1daea78cf6c4..0ec5226d746b 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -210,6 +210,8 @@ interface CellSelection FID_NOTE_VISIBLE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] FID_HIDE_NOTE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] FID_SHOW_NOTE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] + FID_HIDE_ALL_NOTES [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] + FID_SHOW_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; ] |