diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 07:42:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 13:03:18 +0200 |
commit | aa39d211074cfd72d5f539b1a65e57017e1241e8 (patch) | |
tree | f4f88365174b726570f5d81b90c85539b318c831 /sfx2/source/menu | |
parent | 40064f479bbd8d7384b753328365e8770bda4fd1 (diff) |
clean up hrc files
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
Diffstat (limited to 'sfx2/source/menu')
-rw-r--r-- | sfx2/source/menu/menu.hrc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/menu/menu.hrc b/sfx2/source/menu/menu.hrc index 94adf5fb128c..19f787e2a2b3 100644 --- a/sfx2/source/menu/menu.hrc +++ b/sfx2/source/menu/menu.hrc @@ -24,18 +24,6 @@ #define IBX_MNUCFG_ALREADY_INCLUDED (RID_SFX_MENU_START+2) -#define BTN_UP 3 -#define BTN_LEFT 4 -#define BTN_RIGHT 5 -#define BTN_DOWN 6 -#define BTN_NEW 7 -#define BTN_CHANGE 8 -#define BTN_REMOVE 9 -#define BOX_ENTRIES 10 -#define TXT_TEXT 11 -#define EDT_TEXT 12 -#define GRP_FUNCTIONS 22 - #define STR_MENU_CFGITEM RID_SFX_MENU_START+1 #define STR_MENU_ADDONS RID_SFX_MENU_START+2 #define STR_MENU_ADDONHELP RID_SFX_MENU_START+3 |