summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/hash.hxx2
-rw-r--r--idl/inc/types.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index c0dd517190ce..a510fbd35a80 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -83,7 +83,7 @@ protected:
virtual bool equals( const OString &rElement, sal_uInt32 nIndex ) const override;
public:
SvStringHashTable( sal_uInt32 nMaxEntries ); // max size of hash-tabel
- virtual ~SvStringHashTable();
+ virtual ~SvStringHashTable() override;
OString GetNearString( const OString& rName ) const;
virtual bool IsEntry( sal_uInt32 nIndex ) const override;
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 167e902947de..fb051699339a 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -68,7 +68,7 @@ public:
SvMetaType();
SvMetaType( const OString& rTypeName );
- virtual ~SvMetaType();
+ virtual ~SvMetaType() override;
virtual void ReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;