summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/hash.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index 6546ca79eb35..458a22d29589 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -73,14 +73,6 @@ public:
void SetValue( sal_uLong n ) { nValue = n; }
sal_uLong GetValue() const { return nValue; }
-
- SvStringHashEntry & operator = ( const SvStringHashEntry & rRef )
- { SvRefBase::operator=( rRef );
- aName = rRef.aName;
- nValue = rRef.nValue;
- bHasId = rRef.bHasId;
- return *this;
- }
};
class SvStringHashTable : public SvHashTable