summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpglobalmgr.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-23 16:32:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 16:32:39 +0000
commitbdc65bae90d6cc7caa987fba7857eec5a0e41aab (patch)
tree65ce5d1e7e1c4f8928e956538a6fe5abcf1a684b /lotuswordpro/source/filter/lwpglobalmgr.cxx
parentcppcheck: prefer prefix variant (diff)
downloadcore-bdc65bae90d6cc7caa987fba7857eec5a0e41aab.tar.gz
core-bdc65bae90d6cc7caa987fba7857eec5a0e41aab.zip
cppcheck: prefer prefix variant
Diffstat (limited to 'lotuswordpro/source/filter/lwpglobalmgr.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpglobalmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpglobalmgr.cxx b/lotuswordpro/source/filter/lwpglobalmgr.cxx
index 82b2196c8f28..ce3167e15b6e 100644
--- a/lotuswordpro/source/filter/lwpglobalmgr.cxx
+++ b/lotuswordpro/source/filter/lwpglobalmgr.cxx
@@ -98,7 +98,7 @@ LwpGlobalMgr::~LwpGlobalMgr()
m_pXFStyleManager = NULL;
}
std::map<sal_uInt16,LwpEditorAttr*>::iterator iter;
- for (iter =m_EditorAttrMap.begin();iter != m_EditorAttrMap.end(); iter++)
+ for (iter =m_EditorAttrMap.begin();iter != m_EditorAttrMap.end(); ++iter)
{
delete iter->second;
iter->second = NULL;