From 35c75a3c2f07c9662893af50789fd21586ccc88c Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 5 Oct 2010 10:32:10 -0400 Subject: Ported calc-formula-variable-sep-config-check-sc.diff from ooo-build. This code handles situations where the formula arg separator is in conflict with the locale specific decimal and/or thousand separators. --- sc/inc/globstr.hrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sc/inc/globstr.hrc') diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 4639c028a464..bc3094424d69 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -578,7 +578,9 @@ #define STR_UNDO_INSERT_CURRENT_DATE 440 #define STR_UNDO_INSERT_CURRENT_TIME 441 -#define STR_COUNT 442 +#define STR_OPTIONS_WARN_SEPARATORS 442 + +#define STR_COUNT 443 #endif -- cgit