summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpobjfactory.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 10:37:38 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 10:37:38 +0100
commitc49b647c0ad2b5f7e729b4b8f4d4c21629d0be0c (patch)
tree5c05613ee96ac58466c9c037e1bbe0348a780168 /lotuswordpro/source/filter/lwpobjfactory.hxx
parentb38becea53ec584dc00315e416e6282d918ba6e1 (diff)
sgi hash containers -> boost unordered containers
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();