[Libreoffice-commits] .: sw/source

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


 sw/source/filter/ww8/hash_wrap.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 376d273f3656ca265f903882a06f458984253cfe
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Feb 6 15:25:41 2011 +0100

    std::hash -> boost::hash

diff --git a/sw/source/filter/ww8/hash_wrap.hxx b/sw/source/filter/ww8/hash_wrap.hxx
index aa595f1..faed16e 100644
--- a/sw/source/filter/ww8/hash_wrap.hxx
+++ b/sw/source/filter/ww8/hash_wrap.hxx
@@ -44,7 +44,7 @@ namespace ww
         @author
         <a href="mailto:mikeleib at openoffice.org">Michael Leibowitz</a>
     */
-    template<class C, class HashFcn = std::hash<C> > class WrappedHash
+    template<class C, class HashFcn = boost::hash<C> > class WrappedHash
     {
     private:
         boost::unordered_set<C, HashFcn> mHashSet;


More information about the Libreoffice-commits mailing list