forked from amazingfate/loongoffice
cppcheck: prefer prefix variant
This commit is contained in:
@ -3309,7 +3309,7 @@ VBAConstantHelper::isVBAConstantType( const String& rName )
|
||||
::rtl::OUString sKey( rName );
|
||||
VBAConstantsVector::const_iterator it = aConstCache.begin();
|
||||
|
||||
for( ; it != aConstCache.end(); it++ )
|
||||
for( ; it != aConstCache.end(); ++it )
|
||||
{
|
||||
if( sKey.equalsIgnoreAsciiCase( *it ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user