summaryrefslogtreecommitdiff
path: root/sfx2/source/view/printer.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-23 16:35:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 16:39:03 +0000
commitce741c4e971eb55eaf56b34a3a158c4b28494ef6 (patch)
tree05ce20959f5004545b5d2378837978dff5f944c9 /sfx2/source/view/printer.cxx
parent6d769805b6b9285601a3157675ee7a0be6db8e90 (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'sfx2/source/view/printer.cxx')
-rw-r--r--sfx2/source/view/printer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/printer.cxx b/sfx2/source/view/printer.cxx
index e871dd329064..5f49da08789a 100644
--- a/sfx2/source/view/printer.cxx
+++ b/sfx2/source/view/printer.cxx
@@ -441,7 +441,7 @@ void SfxPrinter::UpdateFonts_Impl()
// Try to add all non-regular fonts. It could be that there was no regular font
// with the same name added.
std::vector< Font >::const_iterator pIter;
- for ( pIter = aNonRegularFonts.begin(); pIter != aNonRegularFonts.end(); pIter++ )
+ for ( pIter = aNonRegularFonts.begin(); pIter != aNonRegularFonts.end(); ++pIter )
{
if ( SfxFindFont_Impl( *FONTS(), pIter->GetName() ) == 0 )
{