Kaydet (Commit) 638f68e6 authored tarafından Julien Nabet's avatar Julien Nabet

Fix Prefer prefix ++/-- operators for non-primitive types

üst 4c5fd7a2
...@@ -1667,7 +1667,7 @@ ScVbaApplication::GetSaveAsFilename( const ::com::sun::star::uno::Any& InitialFi ...@@ -1667,7 +1667,7 @@ ScVbaApplication::GetSaveAsFilename( const ::com::sun::star::uno::Any& InitialFi
{ {
break; break;
} }
aIt++; ++aIt;
} }
if ( !bValidFilter ) if ( !bValidFilter )
{ {
......
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