summaryrefslogtreecommitdiff
path: root/idl/inc/hash.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-11 13:31:24 +0200
committerNoel Grandin <noel@peralex.com>2016-01-11 13:49:59 +0200
commitea5b48e9da1ea750cc4549f7cd76771800101ed2 (patch)
treeed73999eb1d9bb9cba008c3f69d1b229ccd73e2d /idl/inc/hash.hxx
parent0980a6207dd57f6b64191dcc48cc9c2e987cf940 (diff)
loplugin:unusedmethods unused return value in idl
Change-Id: I790fea8b88ca99d17de14f1e91081671422dd8db
Diffstat (limited to 'idl/inc/hash.hxx')
-rw-r--r--idl/inc/hash.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index 9a3374b20ce6..39fdf767ba0d 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -79,8 +79,6 @@ public:
bool operator == ( const SvStringHashEntry & rRef )
{ return nHashId == rRef.nHashId; }
- bool operator != ( const SvStringHashEntry & rRef )
- { return ! operator == ( rRef ); }
SvStringHashEntry & operator = ( const SvStringHashEntry & rRef )
{ SvRefBase::operator=( rRef );
aName = rRef.aName;
@@ -110,8 +108,6 @@ public:
bool Insert( const OString& rStr, sal_uInt32 * pHash ); // insert string
bool Test( const OString& rStr, sal_uInt32 * pHash ) const; // test of insert string
SvStringHashEntry * Get ( sal_uInt32 nIndex ) const; // return pointer to string
- SvStringHashEntry & operator []( sal_uInt32 nPos ) const
- { return pEntries[ nPos ]; }
};
#endif // INCLUDED_IDL_INC_HASH_HXX