summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLPageExport.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-07-30 23:51:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-07-30 23:51:40 +0200
commit386c28330ea590eb42877af1c807973e8fb29be0 (patch)
treef1b4cf16b7e240e6af62ef550c4cd5c816d57e4c /xmloff/source/style/XMLPageExport.cxx
parent958409d82091d7706d7aa045829a149728ba7a5e (diff)
Some cppcheck cleaning
Diffstat (limited to 'xmloff/source/style/XMLPageExport.cxx')
-rw-r--r--xmloff/source/style/XMLPageExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/XMLPageExport.cxx b/xmloff/source/style/XMLPageExport.cxx
index 7def49621b27..a154c06e0f90 100644
--- a/xmloff/source/style/XMLPageExport.cxx
+++ b/xmloff/source/style/XMLPageExport.cxx
@@ -61,7 +61,7 @@ using namespace ::xmloff::token;
sal_Bool XMLPageExport::findPageMasterName( const OUString& rStyleName, OUString& rPMName ) const
{
for( ::std::vector< XMLPageExportNameEntry >::const_iterator pEntry = aNameVector.begin();
- pEntry != aNameVector.end(); pEntry++ )
+ pEntry != aNameVector.end(); ++pEntry )
{
if( pEntry->sStyleName == rStyleName )
{