diff options
author | Eike Rathke <erack@redhat.com> | 2023-04-19 21:45:22 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-04-20 14:32:46 +0200 |
commit | df8ae4fddb77f5621f651f05e72f8c2bd4ae111b (patch) | |
tree | da15fa0131f3f40e763f58ef5c81bd262dda9356 /sc/inc/globstr.hrc | |
parent | 0ed12710d743e12501292d688caf6e4a72f16376 (diff) |
Related: tdf#154915 #NULL! is not an "Internal syntactical error"
... but "Error: No code or intersection".
Change-Id: I8c161e6553084fc849092f689273cbe181033e22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150654
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 16fce3f32974..0aa8d010f9df 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -239,6 +239,7 @@ #define STR_NO_MACRO NC_("STR_NO_MACRO", "#MACRO?") #define STR_LONG_ERR_NO_MACRO NC_("STR_LONG_ERR_NO_MACRO", "Error: Macro not found") #define STR_LONG_ERR_SYNTAX NC_("STR_LONG_ERR_SYNTAX", "Internal syntactical error") +#define STR_LONG_ERR_NO_CODE NC_("STR_LONG_ERR_NO_CODE", "Error: No code or intersection") #define STR_LONG_ERR_ILL_ARG NC_("STR_LONG_ERR_ILL_ARG", "Error: Invalid argument") #define STR_LONG_ERR_ILL_PAR NC_("STR_LONG_ERR_ILL_PAR", "Error in parameter list") #define STR_LONG_ERR_ILL_CHAR NC_("STR_LONG_ERR_ILL_CHAR", "Error: Invalid character") |