summaryrefslogtreecommitdiff
path: root/idl/inc/hash.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/hash.hxx')
-rw-r--r--idl/inc/hash.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index 6a29ef5f3ba9..d08a545ce75f 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -100,14 +100,14 @@ class SvStringHashTable : public SvHashTable
{
SvStringHashEntry* pEntries;
protected:
- virtual sal_uInt32 HashFunc( const OString& rElement ) const;
- virtual bool equals( const OString &rElement, sal_uInt32 nIndex ) const;
+ virtual sal_uInt32 HashFunc( const OString& rElement ) const SAL_OVERRIDE;
+ virtual bool equals( const OString &rElement, sal_uInt32 nIndex ) const SAL_OVERRIDE;
public:
SvStringHashTable( sal_uInt32 nMaxEntries ); // max size of hash-tabel
virtual ~SvStringHashTable();
OString GetNearString( const OString& rName ) const;
- virtual sal_Bool IsEntry( sal_uInt32 nIndex ) const;
+ virtual sal_Bool IsEntry( sal_uInt32 nIndex ) const SAL_OVERRIDE;
sal_Bool Insert( const OString& rStr, sal_uInt32 * pHash ); // insert string
sal_Bool Test( const OString& rStr, sal_uInt32 * pHash ) const; // test of insert string