summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-07-23 01:05:37 +0000
committerEike Rathke <erack@redhat.com>2013-03-26 21:55:20 +0100
commiteec63d5e1d82c7809e14e46aa7cc9d9f71d2f2fa (patch)
tree95c9e2f4cdbe90d3ee99f472500fcfa76a8c4f97 /sc/inc
parent3b42b4442e7749fe93807ab9fa8e3f5f29ba0566 (diff)
i#120341# - Make SCSTR_FIELDSEP less translation-error-prone
(cherry picked from commit 30441cd652260941ade8f3e6898205ab2a1d0cdf) Conflicts: sc/inc/sc.hrc Change-Id: Ia306ca5b791504590657fcb8b6e404a75f8a4c79
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sc.hrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 8c4752b5212b..0044fc45de57 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -929,7 +929,10 @@
#define SCSTR_FORMULA_SYNTAX_XL_A1 (STR_START + 410)
#define SCSTR_FORMULA_SYNTAX_XL_R1C1 (STR_START + 411)
-#define STR_END (SCSTR_FORMULA_SYNTAX_XL_R1C1)
+#define SCSTR_FIELDSEP_TAB (STR_START + 412)
+#define SCSTR_FIELDSEP_SPACE (STR_START + 413)
+
+#define STR_END (SCSTR_FIELDSEP_SPACE)
#define BMP_START (STR_END)