summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-25 00:17:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-25 14:12:56 +0200
commit5cdb887a41fd762daeddc34868546eafa43569c6 (patch)
tree34e6a0d08fd1c7f7441e23532ac2e8d90fecdd04
parente07152cb8c1da89a1a6a46b813eda48b38c9e80d (diff)
hrc cleanup: Simplify logic
Change-Id: I6fde46f126f9dc0bff4eec6cc16577a7d24fddd4
-rw-r--r--svl/inc/svl/solar.hrc11
1 files changed, 4 insertions, 7 deletions
diff --git a/svl/inc/svl/solar.hrc b/svl/inc/svl/solar.hrc
index a16ba9dff1f6..973a738497e0 100644
--- a/svl/inc/svl/solar.hrc
+++ b/svl/inc/svl/solar.hrc
@@ -185,13 +185,10 @@
#define SID_SD_START 27000
// SID_SD_END 27999
-#define SID_OBJ2_START (SID_OBJ_START + 256)
-#define SID_OBJ1_START (SID_OBJ_START + 512)
-#define SID_OBJ3_START (SID_OBJ_START + 768)
-
-#define SID_SMA_START SID_OBJ2_START
-// SID_SMA_END (SID_SMA_START + 255 )
-#define SID_BASICIDE_START (SID_OBJ3_START)
+#define SID_SMA_START (SID_OBJ_START + 256)
+// SID_SMA_END (SID_OBJ_START + 511)
+// free: SID_OBJ_START + 512 to SID_OBJ_START + 767
+#define SID_BASICIDE_START (SID_OBJ_START + 768)
// SID_BASICIDE_END (SID_BASICIDE_START + 255)
#define SID_SVX_START SID_LIB_START // 10000