summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-01 21:16:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-01 21:16:54 +0000
commit33ec32cb8e7875ad13b93b9eddf8a74fe6cf8987 (patch)
tree414327a40dcd0dcadf366669b7c31c3a46a5da71
parentcccb91d64dd508b0b0732b0d4dd819cc7d580acf (diff)
cppcheck: prefer prefix variant
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index a9488fcdc2aa..2ec8f370e569 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -217,7 +217,7 @@ void XMLChartExportPropertyMapper::ContextFilter(
// filter properties
for( std::vector< XMLPropertyState >::iterator property = rProperties.begin();
property != rProperties.end();
- property++ )
+ ++property )
{
// find properties with context
// to prevent writing this property set mnIndex member to -1