diff options
author | Noel Power <noel.power@novell.com> | 2012-04-23 23:14:13 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-04-23 23:16:19 +0100 |
commit | 60cea1f49ec6781e541fbd7949c4271d213d3e0d (patch) | |
tree | 03e4f18cbe85adebf750443a22b9b75b21c86985 /sc/sdi | |
parent | bf286107121648bb90c582ac2d56001161915ce4 (diff) |
tweak paste-only context menu ( add paste only number )
changed the text to really only paste text, also added pasteonly | number
Diffstat (limited to 'sc/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 4f586e88523a..ebcf86e11e67 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -163,6 +163,7 @@ interface CellSelection 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; ] SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] SID_EXTERNAL_SOURCE [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] FID_MERGE_ON [ ExecMethod = Execute; StateMethod = GetState; ] |