summaryrefslogtreecommitdiff
path: root/sc/inc/sc.hrc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-10-30 00:49:37 +0100
committerEike Rathke <erack@redhat.com>2013-10-30 01:27:59 +0100
commitbc131959ad0cd58262859a11af1977e47d62cb32 (patch)
treee641f2b22d03f94a8cc216343f29889052698a37 /sc/inc/sc.hrc
parent4eb1aa5b773110f66666d5aecf7d0df27c305c66 (diff)
STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERR
Change-Id: I311918aaacc8b0de32af5bd7fd7e5be146d977e2
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r--sc/inc/sc.hrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 3b18b952e294..73d9a15f2b61 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -954,7 +954,9 @@
#define SCSTR_FIELDSEP_TAB (STR_START + 412)
#define SCSTR_FIELDSEP_SPACE (STR_START + 413)
-#define STR_END (SCSTR_FIELDSEP_SPACE)
+#define SCSTR_VALERR (STR_START + 414)
+
+#define STR_END (SCSTR_VALERR)
#define BMP_START (STR_END)