summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/asttypedef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/asttypedef.hxx')
-rw-r--r--idlc/inc/idlc/asttypedef.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/idlc/asttypedef.hxx b/idlc/inc/idlc/asttypedef.hxx
index a5266ba018cc..620932156f61 100644
--- a/idlc/inc/idlc/asttypedef.hxx
+++ b/idlc/inc/idlc/asttypedef.hxx
@@ -33,10 +33,10 @@ public:
AstType const * getBaseType() const
{ return m_pBaseType; }
- virtual bool isUnsigned() const
+ virtual bool isUnsigned() const SAL_OVERRIDE
{ return m_pBaseType != 0 && m_pBaseType->isUnsigned(); }
- virtual bool dump(RegistryKey& rKey);
+ virtual bool dump(RegistryKey& rKey) SAL_OVERRIDE;
private:
AstType const * m_pBaseType;
};