diff options
author | Abhilash Singh <abhilash300singh@gmail.com> | 2017-01-22 14:42:15 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-01-28 00:08:47 +0000 |
commit | 413232229cbfd9d49ce9d1cdbb6b6e2dbe83af38 (patch) | |
tree | d53892366680bec211e7a74e2b4633b8735c06b2 /sc/inc/globstr.hrc | |
parent | 3084e8f5b12e865d565278168c27c7af15282191 (diff) |
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 <erack@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |