summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-01-25 16:12:01 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2016-01-25 18:48:01 +0200
commit7b6fdcd83b14a271061b70d43273d5c6cf0bb43c (patch)
tree66e002f9e502944f5dddd42470923c54795bb529
parent3de2c3952b9757c40615194811142fd19a9b72eb (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
-rw-r--r--include/sfx2/sfxsids.hrc1
-rw-r--r--sfx2/sdi/sfx.sdi24
2 files changed, 0 insertions, 25 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index f4fbd5254e62..5337a4219f98 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -390,7 +390,6 @@
#define SID_CUT (SID_SFX_START + 710)
#define SID_COPY (SID_SFX_START + 711)
#define SID_PASTE (SID_SFX_START + 712)
-#define SID_MENU_PASTE_SPECIAL (SID_SFX_START + 713)
#define SID_BACKSPACE (SID_SFX_START + 714)
#define SID_FORMATPAINTBRUSH (SID_SFX_START + 715)
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
()
[