summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index a1ecdf540d3b..f2b526ba3c95 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 & "