From 789556321603077e6fc8ee9036f78f9eb941d8ba Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Feb 2011 15:26:41 -0700 Subject: move module cppuhelper to boost unordered containers --- cppuhelper/source/component_context.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cppuhelper/source/component_context.cxx') diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index 364f66d69387..74a6f9b2e305 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -38,7 +38,7 @@ #endif #include -#include +#include #ifdef CONTEXT_DIAG #include #endif @@ -64,7 +64,6 @@ #include #include "com/sun/star/uno/RuntimeException.hpp" -#include #include #define SMGR_SINGLETON "/singletons/com.sun.star.lang.theServiceManager" @@ -363,7 +362,7 @@ protected: , lateInit( lateInit_ ) {} }; - typedef ::std::hash_map< OUString, ContextEntry * , OUStringHash > t_map; + typedef ::boost::unordered_map< OUString, ContextEntry * , OUStringHash > t_map; t_map m_map; Reference< lang::XMultiComponentFactory > m_xSMgr; -- cgit