loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I3cf8c36fec3110b6c26f7b3cd550f8428963cc65
This commit is contained in:
parent
35f8f29395
commit
c4f3fba117
@ -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 ) )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user