From 0dfcb858c1e863f6df225ae774bb567f8cfe00c9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 1 Feb 2016 08:42:49 +0200 Subject: boost::unordered_map->std::unordered_map in bridges Change-Id: Idf77d0871f932cf94003013db81c1bb67edbef16 --- bridges/source/jni_uno/jni_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bridges/source') diff --git a/bridges/source/jni_uno/jni_info.h b/bridges/source/jni_uno/jni_info.h index 962503b1337d..2ff20484545e 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