diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/errinf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx index 2b9f6b533d9b..9559eecfc918 100644 --- a/include/tools/errinf.hxx +++ b/include/tools/errinf.hxx @@ -62,7 +62,7 @@ public: DynamicErrorInfo(sal_uIntPtr lUserId, sal_uInt16 nMask); virtual ~DynamicErrorInfo() override; - sal_uIntPtr GetErrorCode() const; + operator sal_uIntPtr() const; sal_uInt16 GetDialogMask() const; }; |