From 58ab16132139541b78249358bdf885539108e873 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 4 Aug 2011 21:46:08 -0400 Subject: Use rtl::OUStringHash. --- binfilter/bf_forms/source/inc/InterfaceContainer.hxx | 2 +- binfilter/bf_svx/source/inc/fmcontr.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binfilter/bf_forms/source/inc/InterfaceContainer.hxx b/binfilter/bf_forms/source/inc/InterfaceContainer.hxx index 8976939e3..011501fa6 100644 --- a/binfilter/bf_forms/source/inc/InterfaceContainer.hxx +++ b/binfilter/bf_forms/source/inc/InterfaceContainer.hxx @@ -75,7 +75,7 @@ namespace frm }; typedef ::std::vector OInterfaceArray; -typedef ::boost::unordered_multimap< ::rtl::OUString, InterfaceRef, ::comphelper::UStringHash, ::comphelper::UStringEqual> OInterfaceMap; +typedef ::boost::unordered_multimap< ::rtl::OUString, InterfaceRef, ::rtl::OUStringHash, ::comphelper::UStringEqual> OInterfaceMap; //================================================================== // OInterfaceContainer diff --git a/binfilter/bf_svx/source/inc/fmcontr.hxx b/binfilter/bf_svx/source/inc/fmcontr.hxx index fe170abf8..38583d1f1 100644 --- a/binfilter/bf_svx/source/inc/fmcontr.hxx +++ b/binfilter/bf_svx/source/inc/fmcontr.hxx @@ -45,7 +45,7 @@ #include namespace binfilter { -typedef ::boost::unordered_multimap< ::rtl::OUString, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > , ::comphelper::UStringHash, ::comphelper::UStringEqual> OInterfaceMap; +typedef ::boost::unordered_multimap< ::rtl::OUString, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > , ::rtl::OUStringHash, ::comphelper::UStringEqual> OInterfaceMap; DECLARE_STL_VECTOR(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > > ,InterfaceArray); -- cgit v1.2.3