summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfoundry.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/lwpfoundry.hxx
parentUpdate of the libxslt based xsltfilter implementation. (diff)
downloadcore-c49b647c0ad2b5f7e729b4b8f4d4c21629d0be0c.tar.gz
core-c49b647c0ad2b5f7e729b4b8f4d4c21629d0be0c.zip
sgi hash containers -> boost unordered containers
Diffstat (limited to 'lotuswordpro/source/filter/lwpfoundry.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx
index 5dd0066548ec..765097ae10bd 100644
--- a/lotuswordpro/source/filter/lwpfoundry.hxx
+++ b/lotuswordpro/source/filter/lwpfoundry.hxx
@@ -317,7 +317,7 @@ private:
}
};
- typedef std::hash_map<LwpObjectID, IXFStyle*, hashFunc, eqFunc> LwpStyleMap;
+ typedef boost::unordered_map<LwpObjectID, IXFStyle*, hashFunc, eqFunc> LwpStyleMap;
LwpStyleMap m_StyleList;
public:
void SetFoundry(LwpFoundry* pFoundry){m_pFoundry = pFoundry;}