diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-25 16:12:01 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-25 18:48:01 +0200 |
commit | 7b6fdcd83b14a271061b70d43273d5c6cf0bb43c (patch) | |
tree | 66e002f9e502944f5dddd42470923c54795bb529 /sfx2/sdi | |
parent | 3de2c3952b9757c40615194811142fd19a9b72eb (diff) |
Revert "fdo#62947 make IDs unique, fixes, better names"
This reverts commit 5398664eed621fbcc644ff949d4841590973bfa3.
Conflicts:
include/sfx2/sfxcommands.h
sw/source/ui/app/mn.src
Change-Id: Ic55cfb51a726ab9ee19bac6719d5e2670d1fb494
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 1667d9d9e22b..0fd426212e43 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -4209,30 +4209,6 @@ SfxInt16Item PasteSpecial SID_PASTE_SPECIAL GroupId = GID_EDIT; ] -SfxInt16Item PasteUnformatted SID_PASTE_UNFORMATTED -(SfxUInt32Item Format SID_PASTE_UNFORMATTED) -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_EDIT; -] - SfxVoidItem PasteOnly SID_PASTE_ONLY () [ |