cppcheck: use prefix form
This commit is contained in:
parent
f357474191
commit
c838ea595f
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ OUString Model::getResultForExpression(
|
|||
pBinding->getMIPEvaluationContexts();
|
||||
for( std::vector<EvaluationContext>::iterator aIter = aContext.begin();
|
||||
aIter != aContext.end();
|
||||
aIter ++ )
|
||||
++aIter )
|
||||
{
|
||||
aExpression.evaluate( *aIter );
|
||||
aBuffer.append( lcl_serializeForDisplay(aExpression.getXPath()) );
|
||||
|
|
Loading…
Reference in a new issue