summaryrefslogtreecommitdiff
path: root/include/tools/errinf.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-26 11:54:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-26 11:54:55 +0100
commit5fb78604c1c3e91beb867c352928af9e1ef57a26 (patch)
tree7d6a0f7c1bfe2f2803f5f2ffb5741dd3c05c5818 /include/tools/errinf.hxx
parentbc5060b32f08b0408fb929faea1f8140a58d3cc5 (diff)
Split TYPEINFO into plain and TYPEINFO_OVERRIDE
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
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) {}