summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2022-08-09 18:42:40 +0200
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2022-08-22 19:03:42 +0200
commit7e2a8a9869e362ae181ad92f50ea287e9abf85bb (patch)
tree19f9e174b4beda0ddd9cb040df38c7953cb24f01 /include
parent0bda4401eda5b19b1ebfeb712cab6af8c8d1f59b (diff)
tdf#150139 - Add a concrete name to the error message
Add a concrete name to the "Property or method not found: $(ARG1)" error message when creating a listener. Change-Id: I76c904793a96082c49f8aa2d45c76c50a453d892 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138061 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'include')
-rw-r--r--include/basic/sbxcore.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/basic/sbxcore.hxx b/include/basic/sbxcore.hxx
index e5f726e8d016..477858d9656c 100644
--- a/include/basic/sbxcore.hxx
+++ b/include/basic/sbxcore.hxx
@@ -85,7 +85,9 @@ public:
virtual bool LoadCompleted();
static ErrCode const & GetError();
+ static OUString const& GetErrorMsg();
static void SetError( ErrCode );
+ static void SetError(ErrCode, const OUString&);
static bool IsError();
static void ResetError();