[Libreoffice-commits] core.git: xmloff/source

Julien Nabet serval2412 at yahoo.fr
Sun Feb 9 01:02:42 PST 2014


 xmloff/source/draw/shapeimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 742d3987319944308a42fcdc19592bc441b761c2
Author: Julien Nabet <serval2412 at yahoo.fr>
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;
             }
         }
     }


More information about the Libreoffice-commits mailing list