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 /sfx2/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 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 00885e357990..7ae6fd27bbd8 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -4702,6 +4702,30 @@ SfxVoidItem PasteOnlyFormula SID_PASTE_ONLY_FORMULA GroupId = GID_EDIT; ] +SfxVoidItem PasteOnlyValue SID_PASTE_ONLY_VALUE + +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; +] + //-------------------------------------------------------------------------- SfxStringItem DocPath SID_DOCPATH |