diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-01 21:16:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-01 21:16:54 +0000 |
commit | 33ec32cb8e7875ad13b93b9eddf8a74fe6cf8987 (patch) | |
tree | 414327a40dcd0dcadf366669b7c31c3a46a5da71 /xmloff | |
parent | cccb91d64dd508b0b0732b0d4dd819cc7d580acf (diff) |
cppcheck: prefer prefix variant
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/PropertyMaps.cxx | 2 |
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 |