diff options
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 4 |
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) |