cppcheck: use prefix form
This commit is contained in:
@@ -954,7 +954,7 @@ OUString Model::getResultForExpression(
|
|||||||
pBinding->getMIPEvaluationContexts();
|
pBinding->getMIPEvaluationContexts();
|
||||||
for( std::vector<EvaluationContext>::iterator aIter = aContext.begin();
|
for( std::vector<EvaluationContext>::iterator aIter = aContext.begin();
|
||||||
aIter != aContext.end();
|
aIter != aContext.end();
|
||||||
aIter ++ )
|
++aIter )
|
||||||
{
|
{
|
||||||
aExpression.evaluate( *aIter );
|
aExpression.evaluate( *aIter );
|
||||||
aBuffer.append( lcl_serializeForDisplay(aExpression.getXPath()) );
|
aBuffer.append( lcl_serializeForDisplay(aExpression.getXPath()) );
|
||||||
|
Reference in New Issue
Block a user