From 5befef49ddb81954e6df286fd98c2645ccb72d7b Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Sun, 6 Feb 2011 15:23:59 +0100 Subject: std::hash -> boost::hash --- ure/source/uretest/cppmain.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ure/source/uretest') diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc index 8a533be1cf42..307ffaef29e4 100644 --- a/ure/source/uretest/cppmain.cc +++ b/ure/source/uretest/cppmain.cc @@ -105,9 +105,9 @@ private: { // check for stlport osl::Mutex m; std::auto_ptr< cppu::OMultiTypeInterfaceContainerHelperVar< - int, std::hash< int >, std::equal_to< int > > > dummy( + int, boost::hash< int >, std::equal_to< int > > > dummy( new cppu::OMultiTypeInterfaceContainerHelperVar< - int, std::hash< int >, std::equal_to< int > >(m)); + int, boost::hash< int >, std::equal_to< int > >(m)); } static char const * const services[] = { "com.sun.star.beans.Introspection", -- cgit