[Libreoffice-commits] .: unodevtools/source

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


 unodevtools/source/skeletonmaker/cppcompskeleton.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4bec0a9a8809824433601d0398c55d6f57208cb3
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Feb 6 15:23:06 2011 +0100

    std::hash -> boost::hash

diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index bd0c4ac..a3ce7d5 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -734,7 +734,7 @@ OString generateClassDefinition(std::ostream& o,
 
     if (options.componenttype == 2) {
         o << "    typedef boost::unordered_map< ::sal_Int32, rtl::OUString, "
-            "std::hash<::sal_Int32> > ParamMap;\n"
+            "boost::hash<::sal_Int32> > ParamMap;\n"
             "    typedef boost::unordered_map< rtl::OUString, ParamMap, "
             "rtl::OUStringHash > FunctionMap;\n\n"
             "    ::rtl::OUString SAL_CALL getAddinProperty(const ::rtl::OUString & "


More information about the Libreoffice-commits mailing list