bridges/source/cpp_uno/msvc_win32_intel/except.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6dbcebab6d6b82bed03dae2aedf774b7a4e9841e
Author: tymyjan <tymy...@yahoo.co.uk>
Date:   Wed Apr 27 19:06:00 2016 +0200

    tdf#97499 Fixed containers parameters clearing #6
    
    Change-Id: I89ad45eacfffd3783687b158a45f3eda0b95dece
    Reviewed-on: https://gerrit.libreoffice.org/24433
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx 
b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
index ec40be7..f8c4ff6 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
@@ -83,7 +83,7 @@ static inline OUString toRTTIname( OUString const & rUNOname 
) throw ()
 //#### RTTI simulation 
#############################################################################
 
 
-typedef std::unordered_map< OUString, void *, OUStringHash, equal_to< OUString 
> > t_string2PtrMap;
+typedef std::unordered_map< OUString, void *, OUStringHash > t_string2PtrMap;
 
 class RTTInfos
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to