From 413232229cbfd9d49ce9d1cdbb6b6e2dbe83af38 Mon Sep 17 00:00:00 2001 From: Abhilash Singh Date: Sun, 22 Jan 2017 14:42:15 +0530 Subject: tdf#86214 User isn't warned entering a cell address not allowed Refactored ScRangeData::IsNameValid Change-Id: I74dd5830d13e48e8fe9a5180a819be4acdc9a1db Reviewed-on: https://gerrit.libreoffice.org/33386 Reviewed-by: Eike Rathke Tested-by: Jenkins --- 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 68d48d9e7da5..3b3cef607032 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -712,7 +712,9 @@ #define STR_QUERY_PIVOTTABLE_DELTAB 545 -#define SC_GLOBSTR_STR_COUNT 546 /**< the count of permanently resident strings */ +#define STR_ERR_NAME_INVALID_CELL_REF 546 + +#define SC_GLOBSTR_STR_COUNT 547 /**< the count of permanently resident strings */ #endif -- cgit