diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-09 09:47:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-09 18:12:10 +0200 |
commit | 43e41eee0a3337d083c96f0fc516cc8798e0a6e9 (patch) | |
tree | 1e5e6ce2d76de0d3544d3afb03432a62079d2bc6 | |
parent | 2203ac5fee67f761ddae669cd8d11130b1806089 (diff) |
remove unused resource definitions
Change-Id: Ie982ad04c084841f04215b3f58705bb9d9544a71
-rw-r--r-- | framework/inc/framework.hrc | 5 | ||||
-rw-r--r-- | include/sfx2/sfx.hrc | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/framework/inc/framework.hrc b/framework/inc/framework.hrc index 9b28da98ca75..761d5c9f66c9 100644 --- a/framework/inc/framework.hrc +++ b/framework/inc/framework.hrc @@ -24,13 +24,8 @@ #define RID_FWK_START 260 -#define RID_GROUPS_OFFSET 32000 -#define RID_GROUPS_END 32767 - #define RID_FWK_DIALOG_START_CORRECT (RID_FWK_START + 2048) -#define DLG_FILTER_SELECT (RID_FWK_DIALOG_START_CORRECT + 0) - // Ids of TabWindow #define WIN_TABWINDOW (RID_FWK_DIALOG_START_CORRECT+101) #define TC_TABCONTROL 1 diff --git a/include/sfx2/sfx.hrc b/include/sfx2/sfx.hrc index 0497f5256864..5d8e11b9901a 100644 --- a/include/sfx2/sfx.hrc +++ b/include/sfx2/sfx.hrc @@ -23,9 +23,7 @@ #include <svl/solar.hrc> #include <svl/memberid.hrc> -#define RID_GROUPS_OFFSET 32000 #define RID_GROUPS_SFXOFFSET 32700 -#define RID_GROUPS_END 32767 #define EVENT_SFX_START 5000 // EVENT_SFX_END 9999 |