diff options
Diffstat (limited to 'include/basic/sbxcore.hxx')
-rw-r--r-- | include/basic/sbxcore.hxx | 2 |
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(); |