summaryrefslogtreecommitdiff
path: root/uui/source
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-05 13:18:52 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-05 13:18:52 +0100
commit9b64ddded6e9bc4ba06c215f94c9e27def16ffe9 (patch)
tree5ff1ca8273f8a4e678a6cf021e77baf860bf59bd /uui/source
parent97b0dbbde926d6b22068c3b69468adba98fe941e (diff)
migrate to use boost unordered containers
Diffstat (limited to 'uui/source')
-rw-r--r--uui/source/iahndl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 87761aee78..3b0571af7a 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -69,7 +69,7 @@ namespace com { namespace sun { namespace star {
}
} } }
-#include <hash_map>
+#include <boost/unordered_map.hpp>
class Window;
@@ -89,7 +89,7 @@ typedef std::vector< InteractionHandlerData > InteractionHandlerDataList;
typedef ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > > Continuations;
-typedef ::std::hash_map< ::rtl::OUString, ::rtl::OUString, ::rtl::OUStringHash > StringHashMap;
+typedef ::boost::unordered_map< ::rtl::OUString, ::rtl::OUString, ::rtl::OUStringHash > StringHashMap;
//============================================================================
class UUIInteractionHelper