summaryrefslogtreecommitdiff
path: root/include/tools/errinf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/errinf.hxx')
-rw-r--r--include/tools/errinf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx
index 9559eecfc918..2b9f6b533d9b 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;
- operator sal_uIntPtr() const;
+ sal_uIntPtr GetErrorCode() const;
sal_uInt16 GetDialogMask() const;
};