summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-06 14:14:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-06 14:47:38 +0000
commit358c04248f7399a2e91fb8945d4c9c79b8695202 (patch)
tree5a9b4c081837fae0a7b641ac3c90e086fa930936 /xmloff/source
parent1c4899220103d0f26aab9b4db70d329f161454a1 (diff)
cppunit: prefer prefix variant
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/animexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx
index 5871125a37ed..32e7beda52c3 100644
--- a/xmloff/source/draw/animexp.cxx
+++ b/xmloff/source/draw/animexp.cxx
@@ -545,7 +545,7 @@ void XMLAnimationsExporter::exportAnimations( SvXMLExport& rExport )
}
}
- aIter++;
+ ++aIter;
}
while( aIter != aEnd );
}