diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index c97945515db3..4cc8b0d3decf 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -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 ) ) {