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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx
index e7777eb72173..ededffb5f77a 100644
--- a/include/tools/errinf.hxx
+++ b/include/tools/errinf.hxx
@@ -60,7 +60,7 @@ private:
public:
DynamicErrorInfo(sal_uIntPtr lUserId, sal_uInt16 nMask);
- virtual ~DynamicErrorInfo();
+ virtual ~DynamicErrorInfo() override;
operator sal_uIntPtr() const;
sal_uInt16 GetDialogMask() const;
@@ -91,7 +91,7 @@ public:
const OUString & rTheArg2, sal_uInt16 nMask = 0):
DynamicErrorInfo(nUserID, nMask), aArg1(rTheArg1), aArg2(rTheArg2) {}
- virtual ~TwoStringErrorInfo() {}
+ virtual ~TwoStringErrorInfo() override {}
const OUString& GetArg1() const { return aArg1; }
const OUString& GetArg2() const { return aArg2; }