summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
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 )