summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/msvc_win32_intel
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2011-02-03 16:00:54 -0700
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-04 00:02:36 +0100
commitaac09aee6761197a023fba69a88340fdba0684fb (patch)
treec94e57612d1dcb4472d936b644e839fe5d01e6aa /bridges/source/cpp_uno/msvc_win32_intel
parente309a0b2ac0ff4815f2fe51714e737d90c3e1ca0 (diff)
move bridges to boost::unordered_map
Diffstat (limited to 'bridges/source/cpp_uno/msvc_win32_intel')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/except.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
index 5fff7444296e..e8ac31ebf3a7 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
@@ -30,7 +30,7 @@
#include "precompiled_bridges.hxx"
#pragma warning( disable : 4237 )
-#include <hash_map>
+#include <boost/unordered_map.hpp>
#include <sal/config.h>
#include <malloc.h>
#include <new.h>
@@ -97,7 +97,7 @@ static inline OUString toRTTIname( OUString const & rUNOname ) throw ()
//##################################################################################################
-typedef hash_map< OUString, void *, OUStringHash, equal_to< OUString > > t_string2PtrMap;
+typedef boost::unordered_map< OUString, void *, OUStringHash, equal_to< OUString > > t_string2PtrMap;
//==================================================================================================
class RTTInfos