Revert "fdo#62947 make IDs unique, fixes, better names"

This reverts commit 5398664eed.

 Conflicts:
	include/sfx2/sfxcommands.h
	sw/source/ui/app/mn.src

Change-Id: Ic55cfb51a726ab9ee19bac6719d5e2670d1fb494
This commit is contained in:
Maxim Monastirsky
2016-01-25 16:12:01 +02:00
parent 3de2c3952b
commit 7b6fdcd83b
2 changed files with 0 additions and 25 deletions

View File

@@ -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)

View File

@@ -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
()
[