summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpobjfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpobjfactory.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpobjfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpobjfactory.hxx b/lotuswordpro/source/filter/lwpobjfactory.hxx
index bbdf48b8bdea..16c0cd13c9e9 100644
--- a/lotuswordpro/source/filter/lwpobjfactory.hxx
+++ b/lotuswordpro/source/filter/lwpobjfactory.hxx
@@ -101,7 +101,7 @@ private:
return(rKey1==rKey2);
}
};
- typedef std::hash_map<LwpObjectID, LwpObject *, hashFunc, eqFunc> LwpObjMap;
+ typedef boost::unordered_map<LwpObjectID, LwpObject *, hashFunc, eqFunc> LwpObjMap;
LwpObjMap m_ObjList;
LwpIndexManager m_IndexMgr;
void ClearObjectMap();