From fbd23182ee1804fd87a13d79a71e231549767408 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Jun 2016 09:09:05 +0200 Subject: loplugin:unusedfields Change-Id: If06fffa8db050df0f9c1c7da6163575bf522382e Reviewed-on: https://gerrit.libreoffice.org/26754 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idl/source/cmptools/hash.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl/source') diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx index fc63730b0a94..a03f4cd60316 100644 --- a/idl/source/cmptools/hash.cxx +++ b/idl/source/cmptools/hash.cxx @@ -167,7 +167,7 @@ bool SvStringHashTable::Insert( const OString& rName, sal_uInt32 * pIndex ) return false; if( !IsEntry( *pIndex ) ) - pEntries[ *pIndex ] = SvStringHashEntry( rName, *pIndex ); + pEntries[ *pIndex ] = SvStringHashEntry( rName ); return true; } -- cgit