diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-09-16 18:43:50 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-09-19 18:46:35 +0200 |
commit | adb38e36e3944b47dbf278f882dd07cbabea5ced (patch) | |
tree | aa57c24010a805e9637c6b421b4158d17d677897 /basic/inc | |
parent | e29689e279442cdcaebea582a008a86861851020 (diff) |
tdf#123144 - Always translate an error number to a vba error message
In addition, create a meaningful error message and don't create and
artificial error message if there exists a custom one.
Change-Id: I682e497ee3fdfe4da80fb17ab41c1b4cf90eb2cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122206
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/inc/strings.hrc b/basic/inc/strings.hrc index 7aeb2831a64a..64b65db342cc 100644 --- a/basic/inc/strings.hrc +++ b/basic/inc/strings.hrc @@ -31,5 +31,6 @@ #define STR_BASICKEY_FORMAT_CURRENCY NC_("STR_BASICKEY_FORMAT_CURRENCY", "@0.00 $;@(0.00 $)") #define IDS_SBERR_TERMINATED NC_("IDS_SBERR_TERMINATED", "The macro running has been interrupted") +#define STR_ADDITIONAL_INFO NC_("STR_ADDITIONAL_INFO", "$ERR\nAdditional information: $MSG") /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |