summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
Diffstat (limited to 'ure')
-rw-r--r--ure/source/uretest/cppmain.cc4
1 files changed, 2 insertions, 2 deletions
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",