summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-06 14:11:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-06 14:11:25 +0000
commit84ecb02e94d6ff411925cba61493b268daf75d06 (patch)
tree45738603ae6624bcb57b8b3065852e5c849901ff /lotuswordpro
parenteaeb9d2b100cfdc3e72e244d1b2c6839ebd82590 (diff)
cppunit: prefer prefix variant
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpidxmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpidxmgr.cxx b/lotuswordpro/source/filter/lwpidxmgr.cxx
index 1223bfa973c3..ba0192d56ee9 100644
--- a/lotuswordpro/source/filter/lwpidxmgr.cxx
+++ b/lotuswordpro/source/filter/lwpidxmgr.cxx
@@ -85,7 +85,7 @@ LwpIndexManager::~LwpIndexManager()
//Clear m_ObjectKeys
std::vector<LwpKey*>::iterator it;
- for( it = m_ObjectKeys.begin(); it != m_ObjectKeys.end(); it++ )
+ for( it = m_ObjectKeys.begin(); it != m_ObjectKeys.end(); ++it )
{
LwpKey* pKey = *it;
if( pKey )