loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: I3cf8c36fec3110b6c26f7b3cd550f8428963cc65
This commit is contained in:
Stephan Bergmann 2015-05-11 12:49:51 +02:00
parent 35f8f29395
commit c4f3fba117

View File

@ -48,7 +48,7 @@ inline SvStringHashEntry * INS( const OString& rName )
{
sal_uInt32 nIdx;
IDLAPP->pHashTable->Insert( rName, &nIdx );
return (SvStringHashEntry * )IDLAPP->pHashTable->Get( nIdx );
return IDLAPP->pHashTable->Get( nIdx );
}
#define A_ENTRY( Name ) , MM_##Name( INS( #Name ) )