extensions/source/ole/unoobjw.hxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 39b81563b218fd6d114275ecee95947d6b69c09d
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Sep 18 15:24:35 2014 +0200

    Blind fix for Windows
    
    Change-Id: I186024f8a95ada752115750419a54a6231967f57

diff --git a/extensions/source/ole/unoobjw.hxx 
b/extensions/source/ole/unoobjw.hxx
index c39bd23..87e2715 100644
--- a/extensions/source/ole/unoobjw.hxx
+++ b/extensions/source/ole/unoobjw.hxx
@@ -80,16 +80,14 @@ typedef boost::unordered_map
 <
     OUString,
     DISPID,
-    hashOUString_Impl,
-    equalOUString_Impl
+    OUStringHash
 > NameToIdMap;
 
 typedef boost::unordered_map
 <
     OUString,
     sal_Bool,
-    hashOUString_Impl,
-    equalOUString_Impl
+    OUStringHash
 > BadNameMap;
 
 typedef boost::unordered_map
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to