xmloff/source/draw/shapeimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 742d3987319944308a42fcdc19592bc441b761c2 Author: Julien Nabet <[email protected]> Date: Sun Feb 9 10:01:00 2014 +0100 cppcheck: Prefer prefix ++/-- operators for non-primitive types Change-Id: I34446102091ef8be72d5aec603740db531fdd14b diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx index 4dbb85f..acca562 100644 --- a/xmloff/source/draw/shapeimport.cxx +++ b/xmloff/source/draw/shapeimport.cxx @@ -1052,7 +1052,7 @@ sal_Int32 XMLShapeImportHelper::findGluePointMapping( return (*aShapeIdIter).first; } - aShapeIdIter++; + ++aShapeIdIter; } } } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
