summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-23 21:00:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 21:00:56 +0000
commitce54ab8e215d5a958422780260c8276ffd7d851a (patch)
tree9533a3efba7c5e284d7d7176efa4000ed7a91d4a /lotuswordpro
parentd4eba42cbfc633fa340b94ca7a9f7762d8f05fd3 (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfstylemanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfstylemanager.cxx b/lotuswordpro/source/filter/xfilter/xfstylemanager.cxx
index b812d5813835..8dd6d2c716d5 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylemanager.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylemanager.cxx
@@ -323,7 +323,7 @@ void XFStyleManager::ToXml(IXFStream *pStrm)
pStrm->StartElement( A2OUSTR("office:font-decls") );
//font declarations:
- for( itDecl = s_aFontDecls.begin(); itDecl != s_aFontDecls.end(); itDecl++ )
+ for( itDecl = s_aFontDecls.begin(); itDecl != s_aFontDecls.end(); ++itDecl )
{
XFFontDecl &f = *itDecl;