From 892bb81d17b3351c196661c44fb15b29509c7115 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 2 Jul 2012 17:39:58 +0200 Subject: hrc cleanup: Remove unused defines Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524 --- sc/source/ui/inc/optdlg.hrc | 3 --- sc/source/ui/inc/submenu.hrc | 1 - 2 files changed, 4 deletions(-) (limited to 'sc') 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 -- cgit