From ce7f442bd0b600c0acc74d4757e894a2ba382c53 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 5 Jan 2015 08:15:57 +0000 Subject: boost::unordered_map->std::unordered_map Change-Id: I3a16703727f1a421e0ed18079e14219a4feeb8c8 --- bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx | 4 ++-- bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx | 5 ++--- bridges/source/cpp_uno/gcc3_ios_arm/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx | 5 ++--- bridges/source/cpp_uno/gcc3_linux_alpha/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx | 1 - bridges/source/cpp_uno/gcc3_linux_arm/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx | 1 - bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_intel/except.cxx | 5 ++--- bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx | 1 - bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_mips/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_s390/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx | 1 - bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx | 5 ++--- bridges/source/cpp_uno/gcc3_solaris_intel/except.cxx | 6 ++---- bridges/source/cpp_uno/gcc3_solaris_sparc/except.cxx | 6 ++---- bridges/source/cpp_uno/mingw_intel/except.cxx | 6 ++---- bridges/source/cpp_uno/mingw_x86-64/cpp2uno.cxx | 1 - bridges/source/cpp_uno/mingw_x86-64/except.cxx | 6 ++---- bridges/source/cpp_uno/msvc_win32_intel/except.cxx | 5 ++--- bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx | 5 ++--- bridges/source/cpp_uno/shared/vtablefactory.cxx | 4 ++-- bridges/source/jni_uno/jni_info.h | 4 ++-- 30 files changed, 50 insertions(+), 93 deletions(-) (limited to 'bridges') diff --git a/bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx b/bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx index 1e9a48876a10..4216566b9a3e 100644 --- a/bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx +++ b/bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx @@ -26,7 +26,7 @@ #include "sal/types.h" #include "typelib/typedescription.hxx" -#include +#include /*See: http://people.redhat.com/drepper/selinux-mem.html*/ #if defined(LINUX) || defined(OPENBSD) || defined(FREEBSD) \ @@ -207,7 +207,7 @@ private: static void flushCode( unsigned char const * begin, unsigned char const * end); - typedef boost::unordered_map< OUString, Vtables, OUStringHash > Map; + typedef std::unordered_map< OUString, Vtables, OUStringHash > Map; osl::Mutex m_mutex; Map m_map; diff --git a/bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx b/bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx index 8d743571b91b..2e22d92d080d 100644 --- a/bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx +++ b/bridges/source/cpp_uno/gcc3_aix_powerpc/except.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include @@ -30,7 +29,7 @@ #include #include #include - +#include #include "share.hxx" #include @@ -89,7 +88,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx b/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx index d20bf42435bc..8085445856f3 100644 --- a/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx +++ b/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx @@ -22,8 +22,6 @@ #include #include -#include - #include #include #include @@ -35,7 +33,7 @@ #include #include #include - +#include #include "share.hxx" using namespace ::osl; @@ -130,7 +128,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, std::type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, std::type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx index cdfaea21ebe5..1620467baae9 100644 --- a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx @@ -27,7 +27,6 @@ #include #include -#include #include #include #include @@ -40,8 +39,8 @@ #include #include - #include +#include namespace { @@ -82,7 +81,7 @@ public: std::type_info * getRtti(typelib_TypeDescription const & type); private: - typedef boost::unordered_map Map; + typedef std::unordered_map Map; void * app_; diff --git a/bridges/source/cpp_uno/gcc3_linux_alpha/except.cxx b/bridges/source/cpp_uno/gcc3_linux_alpha/except.cxx index ddf2c060a1e3..bd7164c0dab1 100644 --- a/bridges/source/cpp_uno/gcc3_linux_alpha/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_alpha/except.cxx @@ -22,8 +22,6 @@ #include #include #include -#include - #include #include #include @@ -31,7 +29,7 @@ #include #include #include - +#include #include "share.hxx" @@ -87,7 +85,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx index 8bbbe03d0570..0c7769748531 100644 --- a/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx b/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx index 23ebca512cc7..520c49f7f884 100644 --- a/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx @@ -21,8 +21,6 @@ #include #include #include -#include - #include #include #include @@ -32,7 +30,7 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include #include - +#include #include "share.hxx" @@ -89,7 +87,7 @@ namespace CPPU_CURRENT_NAMESPACE class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx index 95caf16f32b2..c664f28c5558 100644 --- a/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include diff --git a/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx b/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx index f982371c8a0a..57808f9e3dbd 100644 --- a/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx @@ -21,8 +21,6 @@ #include #include #include -#include - #include #include #include @@ -32,7 +30,7 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include #include - +#include #include "share.hxx" @@ -89,7 +87,7 @@ namespace CPPU_CURRENT_NAMESPACE class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx b/bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx index 7495b64fa615..76755f85879c 100644 --- a/bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_ia64/except.cxx @@ -22,8 +22,6 @@ #include #include #include -#include - #include #include #include @@ -31,7 +29,7 @@ #include #include #include - +#include #include "share.hxx" @@ -87,7 +85,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx index 47e570d41719..a6543c525298 100644 --- a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include @@ -30,7 +29,7 @@ #include #include "com/sun/star/uno/RuntimeException.hpp" #include - +#include #include "share.hxx" using namespace ::std; @@ -85,7 +84,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx index f798735dbfa1..18efddbc23d6 100644 --- a/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include diff --git a/bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx b/bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx index 680c33a02761..13a8b8f3477c 100644 --- a/bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx @@ -21,8 +21,6 @@ #include #include #include -#include - #include #include #include @@ -32,7 +30,7 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include #include - +#include #include "share.hxx" @@ -89,7 +87,7 @@ namespace CPPU_CURRENT_NAMESPACE class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx b/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx index 502d94d24b94..419cae761915 100644 --- a/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx @@ -20,8 +20,6 @@ #include #include #include -#include - #include #include #include @@ -30,7 +28,7 @@ #include #include #include - +#include #include "share.hxx" @@ -86,7 +84,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx index fabab503508b..e70a5df4eba1 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc/except.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include @@ -31,10 +30,9 @@ #include #include #include - +#include #include "share.hxx" - using namespace ::std; using namespace ::osl; using namespace ::com::sun::star::uno; @@ -87,7 +85,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx index 7495b64fa615..76755f85879c 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx @@ -22,8 +22,6 @@ #include #include #include -#include - #include #include #include @@ -31,7 +29,7 @@ #include #include #include - +#include #include "share.hxx" @@ -87,7 +85,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_s390/except.cxx b/bridges/source/cpp_uno/gcc3_linux_s390/except.cxx index ddf2c060a1e3..bd7164c0dab1 100644 --- a/bridges/source/cpp_uno/gcc3_linux_s390/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_s390/except.cxx @@ -22,8 +22,6 @@ #include #include #include -#include - #include #include #include @@ -31,7 +29,7 @@ #include #include #include - +#include #include "share.hxx" @@ -87,7 +85,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx b/bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx index 92faed480720..abf406cdc863 100644 --- a/bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx @@ -22,8 +22,6 @@ #include #include #include -#include - #include #include #include @@ -31,7 +29,7 @@ #include #include #include - +#include #include "share.hxx" @@ -87,7 +85,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx index 7fc8974b5334..cb50f3536ce2 100644 --- a/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx @@ -21,8 +21,6 @@ #include #include #include -#include - #include #include #include @@ -31,7 +29,7 @@ #include #include #include - +#include #include "share.hxx" @@ -87,7 +85,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx index 663a663168a6..e0e76cae3f03 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx @@ -20,7 +20,6 @@ #include #include -#include #include #include diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx b/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx index 4814a2400cf0..b1e40bdf65e9 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx +++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx @@ -28,7 +28,6 @@ #include #include "boost/static_assert.hpp" -#include "boost/unordered_map.hpp" #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/genfunc.hxx" #include @@ -37,7 +36,7 @@ #include "rtl/ustrbuf.hxx" #include "typelib/typedescription.h" #include "uno/any2.h" - +#include #include "share.hxx" using namespace ::osl; @@ -144,7 +143,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, std::type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, std::type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_solaris_intel/except.cxx b/bridges/source/cpp_uno/gcc3_solaris_intel/except.cxx index 153e0c31201d..946f105711da 100644 --- a/bridges/source/cpp_uno/gcc3_solaris_intel/except.cxx +++ b/bridges/source/cpp_uno/gcc3_solaris_intel/except.cxx @@ -22,8 +22,6 @@ #include #include #include -#include - #include #include #include @@ -33,7 +31,7 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include #include - +#include #include "share.hxx" @@ -89,7 +87,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/gcc3_solaris_sparc/except.cxx b/bridges/source/cpp_uno/gcc3_solaris_sparc/except.cxx index 0973b463ca28..20a4907aa617 100644 --- a/bridges/source/cpp_uno/gcc3_solaris_sparc/except.cxx +++ b/bridges/source/cpp_uno/gcc3_solaris_sparc/except.cxx @@ -20,8 +20,6 @@ #include #include #include -#include - #include #include #include @@ -30,7 +28,7 @@ #include #include #include - +#include #include "share.hxx" @@ -86,7 +84,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/mingw_intel/except.cxx b/bridges/source/cpp_uno/mingw_intel/except.cxx index af50e5ca59f2..aabc8a05ad69 100644 --- a/bridges/source/cpp_uno/mingw_intel/except.cxx +++ b/bridges/source/cpp_uno/mingw_intel/except.cxx @@ -26,8 +26,6 @@ #define _GLIBCXX_CDTOR_CALLABI #endif -#include - #include #include #include @@ -37,7 +35,7 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include #include - +#include #include "share.hxx" @@ -93,7 +91,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/mingw_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/mingw_x86-64/cpp2uno.cxx index b18c614353de..dcbf8fe5212f 100644 --- a/bridges/source/cpp_uno/mingw_x86-64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/mingw_x86-64/cpp2uno.cxx @@ -20,7 +20,6 @@ #include #include -#include #include #include diff --git a/bridges/source/cpp_uno/mingw_x86-64/except.cxx b/bridges/source/cpp_uno/mingw_x86-64/except.cxx index af50e5ca59f2..aabc8a05ad69 100644 --- a/bridges/source/cpp_uno/mingw_x86-64/except.cxx +++ b/bridges/source/cpp_uno/mingw_x86-64/except.cxx @@ -26,8 +26,6 @@ #define _GLIBCXX_CDTOR_CALLABI #endif -#include - #include #include #include @@ -37,7 +35,7 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include #include - +#include #include "share.hxx" @@ -93,7 +91,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx index 57415cde2af2..903346a0450e 100644 --- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx @@ -19,7 +19,6 @@ #pragma warning( disable : 4237 ) -#include #include #include #include @@ -31,7 +30,7 @@ #include #include "com/sun/star/uno/Any.hxx" - +#include #include "msci.hxx" @@ -82,7 +81,7 @@ static inline OUString toRTTIname( OUString const & rUNOname ) throw () //#### RTTI simulation ############################################################################# -typedef boost::unordered_map< OUString, void *, OUStringHash, equal_to< OUString > > t_string2PtrMap; +typedef std::unordered_map< OUString, void *, OUStringHash, equal_to< OUString > > t_string2PtrMap; class RTTInfos { diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx index d3e1e484a3ed..28cab11777ad 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx @@ -235,7 +235,6 @@ void #pragma warning( disable : 4237 ) -#include #include #include #include @@ -248,7 +247,7 @@ void #include #include "com/sun/star/uno/Any.hxx" - +#include #include "mscx.hxx" #pragma pack(push, 8) @@ -302,7 +301,7 @@ static inline OUString toRTTIname( //RTTI simulation -typedef boost::unordered_map< OUString, void *, OUStringHash, equal_to< OUString > > t_string2PtrMap; +typedef std::unordered_map< OUString, void *, OUStringHash, equal_to< OUString > > t_string2PtrMap; class __type_info_descriptor; class RTTInfos diff --git a/bridges/source/cpp_uno/shared/vtablefactory.cxx b/bridges/source/cpp_uno/shared/vtablefactory.cxx index 2e2d74c673db..ca77aea72e50 100644 --- a/bridges/source/cpp_uno/shared/vtablefactory.cxx +++ b/bridges/source/cpp_uno/shared/vtablefactory.cxx @@ -35,8 +35,8 @@ #include "typelib/typedescription.hxx" #include -#include #include +#include #include #if defined SAL_UNX @@ -153,7 +153,7 @@ private: sal_Int32 calculate( typelib_InterfaceTypeDescription * type, sal_Int32 offset); - typedef boost::unordered_map< OUString, sal_Int32, OUStringHash > Map; + typedef std::unordered_map< OUString, sal_Int32, OUStringHash > Map; Map m_map; }; diff --git a/bridges/source/jni_uno/jni_info.h b/bridges/source/jni_uno/jni_info.h index e38c4b3db0b0..1e5b4e8794c9 100644 --- a/bridges/source/jni_uno/jni_info.h +++ b/bridges/source/jni_uno/jni_info.h @@ -23,7 +23,7 @@ #include #include -#include +#include #include "jni_base.h" @@ -114,7 +114,7 @@ struct JNI_type_info_holder: private boost::noncopyable {} }; -typedef ::boost::unordered_map< +typedef std::unordered_map< OUString, JNI_type_info_holder, OUStringHash > t_str2type; class JNI_info: private boost::noncopyable -- cgit