Kaydet (Commit) c838ea59 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: use prefix form

üst f3574741
...@@ -954,7 +954,7 @@ OUString Model::getResultForExpression( ...@@ -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()) );
......
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