cppcheck: prefer prefix variant

This commit is contained in:
Caolán McNamara
2010-12-23 14:59:32 +00:00
parent 225bbaf079
commit 6fc0bbbeab

View File

@ -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 ) )
{