diff options
author | pv2k <vidhey96@gmail.com> | 2017-02-14 18:13:51 +0530 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-02-20 17:39:22 +0000 |
commit | 0ca9be4982b94701d326e9e994540c6df8aacf00 (patch) | |
tree | 63e2025a221babbe1bfd0957674b6bf9c86b173e /sc | |
parent | 4ad8d5aad67154d112dd69966eaa59bb89609f40 (diff) |
tdf#74739 removed 'PasteOnly' from Tools->customize->keyboard tab->edit
Change-Id: I4693b09fa9b16cd5eec60a43c4653aef81860f1d
Reviewed-on: https://gerrit.libreoffice.org/34245
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/sdi/cellsh.sdi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 32230be961ab..9f6f53da7a8a 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -170,7 +170,6 @@ interface CellSelection SID_COPY [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] SID_PASTE [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] SID_PASTE_SPECIAL [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] - SID_PASTE_ONLY [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] SID_PASTE_ONLY_TEXT [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] SID_PASTE_ONLY_FORMULA [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] SID_PASTE_ONLY_VALUE [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] |