summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-27 12:33:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-27 12:47:32 +0000
commit6342e3564347175bdb5a92c20c61ec26dff5f08d (patch)
tree0c70e6eeb85ec044ca831b850285069431b4d929 /svx/source/sdr/properties
parent912d2f97fcf56d82a81f0207ade76456be0d7d6a (diff)
cppcheck: use prefix form
Diffstat (limited to 'svx/source/sdr/properties')
-rw-r--r--svx/source/sdr/properties/defaultproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/defaultproperties.cxx b/svx/source/sdr/properties/defaultproperties.cxx
index 74ed3831ab84..6f510e3d042d 100644
--- a/svx/source/sdr/properties/defaultproperties.cxx
+++ b/svx/source/sdr/properties/defaultproperties.cxx
@@ -185,7 +185,7 @@ namespace sdr
while(aIter != aEnd)
{
PostItemChange(*aIter);
- aIter++;
+ ++aIter;
}
ItemSetChanged(aSet);