summaryrefslogtreecommitdiff
path: root/include/tools/rtti.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/rtti.hxx')
-rw-r--r--include/tools/rtti.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/rtti.hxx b/include/tools/rtti.hxx
index 83bd5671d40c..a1e79a480887 100644
--- a/include/tools/rtti.hxx
+++ b/include/tools/rtti.hxx
@@ -43,8 +43,8 @@ typedef void* (*TypeId)();
visibility static void* CreateType(); \
visibility static TypeId StaticType(); \
visibility static bool IsOf( TypeId aSameOrSuperType ); \
- visibility virtual TypeId Type() const; \
- visibility virtual bool IsA( TypeId aSameOrSuperType ) const
+ visibility virtual TypeId Type() const SAL_OVERRIDE; \
+ visibility virtual bool IsA( TypeId aSameOrSuperType ) const SAL_OVERRIDE
#define TYPEINIT_FACTORY(sType, Factory ) \
void* sType::CreateType() { return Factory; } \