summaryrefslogtreecommitdiff
path: root/sc/inc/globstr.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r--sc/inc/globstr.hrc13
1 files changed, 12 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index 81e44932d49b..df4369f21838 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -708,7 +708,18 @@
#define STR_FILTER_SELCOUNT 533
-#define SC_GLOBSTR_STR_COUNT 534 /**< the count of permanently resident strings */
+#define STR_GENERAL 534
+#define STR_NUMBER 535
+#define STR_PERCENT 536
+#define STR_CURRENCY 537
+#define STR_DATE 538
+#define STR_TIME 539
+#define STR_SCIENTIFIC 540
+#define STR_FRACTION 541
+#define STR_BOOLEAN_VALUE 542
+#define STR_TEXT 543
+
+#define SC_GLOBSTR_STR_COUNT 544 /**< the count of permanently resident strings */
#endif