summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-24 13:35:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-24 14:26:01 +0000
commit27176ed24dce53d584ecefe2c90a38f1a4719434 (patch)
tree3034d3ce4f85e0573e1cce4e33d090764e84ec1f /svx
parent183acf8d3a70a7d57cd1f1a6ee021b3933be537c (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unomtabl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unomtabl.cxx b/svx/source/unodraw/unomtabl.cxx
index 4f161ece78..c675dd56cf 100644
--- a/svx/source/unodraw/unomtabl.cxx
+++ b/svx/source/unodraw/unomtabl.cxx
@@ -229,7 +229,7 @@ void SAL_CALL SvxUnoMarkerTable::removeByName( const OUString& aApiName )
maItemSetVector.erase( aIter );
return;
}
- aIter++;
+ ++aIter;
}
if( !hasByName( Name ) )
@@ -270,7 +270,7 @@ void SAL_CALL SvxUnoMarkerTable::replaceByName( const OUString& aApiName, const
(*aIter)->Put( aStartMarker, XATTR_LINESTART );
return;
}
- aIter++;
+ ++aIter;
}
// if it is not in our own sets, modify the pool!