summaryrefslogtreecommitdiff
path: root/slideshow/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-24 13:34:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-24 13:34:58 +0000
commitda47398bce9fbfbca4ff45e58b276cfdd5feef46 (patch)
treeb474a7e210351bc15af8220594a9c40a1e736da1 /slideshow/source
parent1c9ef732e5798a72e1cd7059f40b98af24254092 (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'slideshow/source')
-rw-r--r--slideshow/source/engine/shapes/shapeimporter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/shapeimporter.cxx b/slideshow/source/engine/shapes/shapeimporter.cxx
index 2ca83ccd2..847c349f7 100644
--- a/slideshow/source/engine/shapes/shapeimporter.cxx
+++ b/slideshow/source/engine/shapes/shapeimporter.cxx
@@ -541,7 +541,7 @@ void ShapeImporter::importPolygons(uno::Reference<beans::XPropertySet> const& xP
pPolyPoly->draw();
maPolygons.push_back(pPolyPoly);
}
- aIter++;
+ ++aIter;
}
}