loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I3cf8c36fec3110b6c26f7b3cd550f8428963cc65
This commit is contained in:
@@ -48,7 +48,7 @@ inline SvStringHashEntry * INS( const OString& rName )
|
|||||||
{
|
{
|
||||||
sal_uInt32 nIdx;
|
sal_uInt32 nIdx;
|
||||||
IDLAPP->pHashTable->Insert( rName, &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 ) )
|
#define A_ENTRY( Name ) , MM_##Name( INS( #Name ) )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user