summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-23 15:05:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 16:39:03 +0000
commit47c67c6f0769dbdbcf06a59b24239c2dc7099ab2 (patch)
treee8f332f50001ed944094a9efc38a45c0475a7d11 /xmloff
parent829a8f749d641377894e8291867296b5364c44fa (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 6aeb51adb2..cf61486f08 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -360,7 +360,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
{
if( aIter->mnIndex != -1 )
nCount++;
- aIter++;
+ ++aIter;
}
}
@@ -429,7 +429,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
{
if( aIter->mnIndex != -1 )
nCount++;
- aIter++;
+ ++aIter;
}
if( nCount )