diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:39:58 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:46:25 +0200 |
commit | 892bb81d17b3351c196661c44fb15b29509c7115 (patch) | |
tree | c1c5fc19da770daf433bcc34c9915f9552859fb5 /sc | |
parent | 826861bc2aa666fadda41b51773871b84abd5c15 (diff) |
hrc cleanup: Remove unused defines
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/optdlg.hrc | 3 | ||||
-rw-r--r-- | sc/source/ui/inc/submenu.hrc | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/inc/optdlg.hrc b/sc/source/ui/inc/optdlg.hrc index 0341484335d3..3b5b4e3085fa 100644 --- a/sc/source/ui/inc/optdlg.hrc +++ b/sc/source/ui/inc/optdlg.hrc @@ -18,7 +18,6 @@ #include "sc.hrc" - #define TP_GENERAL 1 #define TP_SAVE 2 #define TP_PATH 3 @@ -27,10 +26,8 @@ #define TP_USERLISTS 7 #define TP_PRINT 8 #define TP_GRID 10 -#define TP_CONTENT 11 #define TP_LAYOUT 12 #define TP_INPUT 13 -#define TP_CHANGES 14 #define TP_FORMULA 15 // TP_CALC: diff --git a/sc/source/ui/inc/submenu.hrc b/sc/source/ui/inc/submenu.hrc index f2412d8de763..6cb0a9e3adde 100644 --- a/sc/source/ui/inc/submenu.hrc +++ b/sc/source/ui/inc/submenu.hrc @@ -17,7 +17,6 @@ */ // IDs fuer Untermenues -#define SUBMENU_NAME 8 #define SUBMENU_OBJARRANGE 23 #define SUBMENU_ANCHOR 24 #define SUBMENU_OBJMIRROR 33 |