diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-05-04 22:58:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-05-04 22:58:22 +0200 |
commit | dc135ac4c097ef286de8a5ef4eff94e793567346 (patch) | |
tree | c3291fe104693a01227d56c3fc9df904215e8a5d /basegfx/source/polygon/b2dpolypolygon.cxx | |
parent | dd1041f12687d9735d55b09bab81165989d9044d (diff) |
Some cppcheck cleaning
Diffstat (limited to 'basegfx/source/polygon/b2dpolypolygon.cxx')
-rw-r--r-- | basegfx/source/polygon/b2dpolypolygon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolypolygon.cxx b/basegfx/source/polygon/b2dpolypolygon.cxx index af337a5bcc75..4c8ab7b44a45 100644 --- a/basegfx/source/polygon/b2dpolypolygon.cxx +++ b/basegfx/source/polygon/b2dpolypolygon.cxx @@ -105,7 +105,7 @@ public: for(sal_uInt32 a(0L); a < nCount; a++) { aIndex = maPolygons.insert(aIndex, rPolyPolygon.getB2DPolygon(a)); - aIndex++; + ++aIndex; } } } |