summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-24 01:52:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 11:58:12 +0200
commit3cfc75b5cb1fe71f328fae5e81166f3f8223f0ea (patch)
tree0a5e83ceb0a1d5377bf7298b603640e98ad7e22c /include
parent392ce6a9ecc8f3d2ba93e7a7d50994b3d67006b6 (diff)
remove odd hack
and move SID_CHAOS_* to the appropriate place Change-Id: Ib65bf3bb50681a1bb334fe84669defa44eabc9b8
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/cntids.hrc13
-rw-r--r--include/svl/solar.hrc2
2 files changed, 2 insertions, 13 deletions
diff --git a/include/sfx2/cntids.hrc b/include/sfx2/cntids.hrc
index 1cb27f320826..a680df5cdc23 100644
--- a/include/sfx2/cntids.hrc
+++ b/include/sfx2/cntids.hrc
@@ -22,22 +22,9 @@
#include <svl/solar.hrc>
-// Slot-ID's -----------------------------------------------------------------
-
-#ifndef SID_SFX_START
-// HACK() - SID's may not change its numerical value just like that,
-// sfxsids.hrc may not be included!!! Solution: sfxsids.hrc
-// include it on a lower level - for example svtools???
-#define SID_SFX_START 5000
-#endif
#define SID_TITLE (SID_SFX_START + 307)
#define SID_DELETE (SID_SFX_START + 713)
-// Don't let SID_CHAOS_END grow. Internal docking windows use the range between
-// SID_CHAOS_END and SID_LIB_START!! Look into sfxsids.hrc for more information!
-#define SID_CHAOS_START 9000
-#define SID_CHAOS_END 9799
-
#define SID_DISTRIBUTION (SID_CHAOS_START + 26)
#define SID_INSERT (SID_CHAOS_START + 90)
#define SID_VIEW_FLD_PIC (SID_CHAOS_START + 185)
diff --git a/include/svl/solar.hrc b/include/svl/solar.hrc
index bef9d31ac4d8..0e7185f6c5d8 100644
--- a/include/svl/solar.hrc
+++ b/include/svl/solar.hrc
@@ -165,6 +165,8 @@
#define SID_SFX_START 5000
// SID_SFX_END 8999
+#define SID_CHAOS_START 9000
+// SID_CHAOS_END 9799
#define SID_DOCKWIN_START 9800
// SID_DOCKWIN_END 9999