[Libreoffice-commits] .: ure/source

Fridrich Strba fridrich at kemper.freedesktop.org
Sun Feb 6 06:24:26 PST 2011


 ure/source/uretest/cppmain.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f84af006eebfc4bfd8d577fe34b7dc020ce225ed
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Feb 6 15:23:59 2011 +0100

    std::hash -> boost::hash

diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc
index 8a533be..307ffae 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",


More information about the Libreoffice-commits mailing list