[Libreoffice-commits] .: cppu/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Feb 4 11:50:36 PST 2011


 cppu/source/uno/EnvStack.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b73cf2b1ef3892b4c200c05fd617bfd099aceee5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Feb 4 19:50:27 2011 +0000

    revert this change for now as its triggering a crash in saxparser

diff --git a/cppu/source/uno/EnvStack.cxx b/cppu/source/uno/EnvStack.cxx
index c96d307..99322eb 100644
--- a/cppu/source/uno/EnvStack.cxx
+++ b/cppu/source/uno/EnvStack.cxx
@@ -36,7 +36,7 @@
 #include "osl/thread.h"
 #include "osl/mutex.hxx"
 
-#include <boost/unordered_map.hpp>
+#include <hash_map>
 
 
 using namespace com::sun::star;
@@ -65,7 +65,7 @@ size_t oslThreadIdentifier_hash::operator()(oslThreadIdentifier s1) const
     return s1;
 }
 
-typedef ::boost::unordered_map<oslThreadIdentifier,
+typedef ::std::hash_map<oslThreadIdentifier,
                         uno_Environment *,
                         oslThreadIdentifier_hash,
                         oslThreadIdentifier_equal>  ThreadMap;


More information about the Libreoffice-commits mailing list