From 2b8b8740f211a649a358fbe2406cae12e9621a77 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 30 Aug 2016 14:33:14 +0100 Subject: default assignment operator is fine Change-Id: I0b63abbfe7d29c35cf7c7dd047527b20ad46c538 --- idl/inc/hash.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'idl/inc') 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 -- cgit