summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-01 20:53:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-01 20:53:07 +0000
commit74203fcf0ec6c38775c13c902aed16b17ef466f8 (patch)
tree64025aa2f9da2724fca2184b0d8c148f14583ab9
parent8290caa7fbb3517523b3e4e27ef44f1e4632135d (diff)
cppcheck: prefer prefix variant
-rw-r--r--sd/source/core/sdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index abef4f23bb9f..c614712a4737 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -814,7 +814,7 @@ void SdPage::CreateTitleAndLayout(BOOL bInit, BOOL bCreate )
pPageObj->SetReferencedPage(0L);
if( bSkip && iter != aAreas.end() )
- iter++;
+ ++iter;
}
}