summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2021-09-16 18:43:50 +0200
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2021-09-19 18:46:35 +0200
commitadb38e36e3944b47dbf278f882dd07cbabea5ced (patch)
treeaa57c24010a805e9637c6b421b4158d17d677897 /basic/inc
parente29689e279442cdcaebea582a008a86861851020 (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.hrc1
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: */