summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-09 09:51:51 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-09 18:12:10 +0200
commitcceb3b8ebd8bab553a12424fa178e1b2c5f08b19 (patch)
tree7c25da7b900e83f25af80fcc973fe9e92fa609c8 /framework/inc
parent43e41eee0a3337d083c96f0fc516cc8798e0a6e9 (diff)
framework.hrc: just use the value
Change-Id: Ie3fad127ae834ba722efe1d474ed10e38eb6bf88
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/framework.hrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/inc/framework.hrc b/framework/inc/framework.hrc
index 761d5c9f66c9..2b969e1d6d7b 100644
--- a/framework/inc/framework.hrc
+++ b/framework/inc/framework.hrc
@@ -22,12 +22,10 @@
#include <svl/solar.hrc>
-#define RID_FWK_START 260
-
-#define RID_FWK_DIALOG_START_CORRECT (RID_FWK_START + 2048)
+#define RID_FWK_START 2409
// Ids of TabWindow
-#define WIN_TABWINDOW (RID_FWK_DIALOG_START_CORRECT+101)
+#define WIN_TABWINDOW (RID_FWK_START+0)
#define TC_TABCONTROL 1
#endif