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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx
index 3b0ec00d798c..89155398e59e 100644
--- a/include/tools/errinf.hxx
+++ b/include/tools/errinf.hxx
@@ -57,7 +57,7 @@ private:
EDcr_Impl* pImpl;
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
DynamicErrorInfo(sal_uIntPtr lUserId, sal_uInt16 nMask);
virtual ~DynamicErrorInfo();
@@ -72,7 +72,7 @@ private:
OUString aString;
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
StringErrorInfo( sal_uIntPtr lUserId,
const OUString& aStringP,
@@ -87,7 +87,7 @@ private:
OUString aArg2;
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
TwoStringErrorInfo(sal_uIntPtr nUserID, const OUString & rTheArg1,
const OUString & rTheArg2, sal_uInt16 nFlags = 0):
@@ -102,7 +102,7 @@ public:
class TOOLS_DLLPUBLIC MessageInfo : public DynamicErrorInfo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
MessageInfo(sal_uIntPtr UserId, sal_uInt16 nFlags = 0) :
DynamicErrorInfo(UserId, nFlags) {}