summaryrefslogtreecommitdiff
path: root/starmath/source/toolbox.hrc
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2010-10-21 17:32:19 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2010-10-21 17:32:19 +0200
commit812b75c4c0a81f00362fa8232dc20fd6685d519d (patch)
treea72d7949b6923a726c20ce0ca0f18ab28fc57fd4 /starmath/source/toolbox.hrc
parent3d341c8efb7aa4784b3341ef752c16e07df5d951 (diff)
parent40504a99ac475cbab3571a445040ca26b5527b3c (diff)
rebase to DEV300_m90
Diffstat (limited to 'starmath/source/toolbox.hrc')
-rw-r--r--starmath/source/toolbox.hrc14
1 files changed, 13 insertions, 1 deletions
diff --git a/starmath/source/toolbox.hrc b/starmath/source/toolbox.hrc
index 687521d76a32..29adff303a3e 100644
--- a/starmath/source/toolbox.hrc
+++ b/starmath/source/toolbox.hrc
@@ -28,7 +28,19 @@
#ifndef _TOOLBOX_HRC_
#define _TOOLBOX_HRC_
-#define FL_TOOLBOX_CAT_DELIM 21
+#define FL_TOOLBOX_CAT_DELIM 1
+#define TOOLBOX_CATALOG 10
+#define TOOLBOX_CAT_A 11
+#define TOOLBOX_CAT_B 12
+#define TOOLBOX_CAT_C 13
+#define TOOLBOX_CAT_D 14
+#define TOOLBOX_CAT_E 15
+#define TOOLBOX_CAT_F 16
+#define TOOLBOX_CAT_G 17
+#define TOOLBOX_CAT_H 18
+#define TOOLBOX_CAT_I 19
+
+#define NUM_TBX_CATEGORIES (TOOLBOX_CAT_I - TOOLBOX_CAT_A + 1)
#endif