diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-23 15:07:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-23 16:39:03 +0000 |
commit | c9ce062a9ce41fca884537416b7b3e6af3f3cda9 (patch) | |
tree | c6ac9015449bed28e0b68d775cdfc7ea7e66070a /xmloff/source/style | |
parent | d3b6211d85776a9e10272be355d670fa046036d8 (diff) |
cppcheck: prefer prefix variant
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/xmlaustp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlaustp.cxx b/xmloff/source/style/xmlaustp.cxx index 4514d97c8d5c..7badc15c6175 100644 --- a/xmloff/source/style/xmlaustp.cxx +++ b/xmloff/source/style/xmlaustp.cxx @@ -160,7 +160,7 @@ void SvXMLAutoStylePoolP::exportStyleAttributes( if( nFamily == XML_STYLE_FAMILY_PAGE_MASTER ) { - for( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); pProp != rProperties.end(); pProp++ ) + for( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); pProp != rProperties.end(); ++pProp ) { if (pProp->mnIndex > -1) { |