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 /include | |
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 'include')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 1 |
1 files changed, 0 insertions, 1 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) |