diff options
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/printer.cxx | 2 |
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 ) { |