diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-05-06 04:47:46 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-12 13:11:14 +0200 |
commit | ed715a460254e4d72c78ff6eb244a9fc6692e2a6 (patch) | |
tree | 0bbfea1dd708eb5a8a13daeeee089eda8a02db62 /sc/sdi/cellsh.sdi | |
parent | 7260bb7160fe58ac63b6b5dd9a322805b1eacab4 (diff) |
tdf#95883 Select Unprotected Cells in Calc
Change-Id: I20a71f66154675de9c2c47ff32e859c899fe9103
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/37424
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.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 6812a2d4bd89..e85c12457988 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -216,6 +216,7 @@ interface CellSelection SID_DELETE_NOTE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] SID_DEC_INDENT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] SID_INC_INDENT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] + SID_SELECT_UNPROTECTED_CELLS [ ExecMethod = ExecuteEdit;] SID_THESAURUS [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ] SID_SPELL_DIALOG [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] |