Kaydet (Commit) c4f3fba1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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

Change-Id: I3cf8c36fec3110b6c26f7b3cd550f8428963cc65
üst 35f8f293
...@@ -48,7 +48,7 @@ inline SvStringHashEntry * INS( const OString& rName ) ...@@ -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 ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment