[Libreoffice-commits] core.git: bridges/source

tymyjan tymyjan at yahoo.co.uk
Thu Apr 28 07:26:59 UTC 2016


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

New commits:
commit 6dbcebab6d6b82bed03dae2aedf774b7a4e9841e
Author: tymyjan <tymyjan at 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 <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at 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
 {


More information about the Libreoffice-commits mailing list