From 83f5469438e0e9f5f950761de05080b20694ede3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Oct 2015 11:44:58 +0200 Subject: loplugin:defaultparams Change-Id: I3d9d96d1ce91471b7c0e73df848a4893152cd637 --- codemaker/source/cppumaker/cpputype.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'codemaker') diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 1aa467116452..c1a96e694dce 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -3425,7 +3425,7 @@ void ServiceType::dumpHxxFile( { if (m_typeMgr->getSort( b2u(codemaker::UnoType::decompose( - u2b(j->type), 0, 0))) + u2b(j->type)))) == codemaker::UnoType::SORT_CHAR) { includes.addCppuUnotypeHxx(); @@ -3594,7 +3594,7 @@ void ServiceType::dumpHxxFile( sal_Int32 rank; if (m_typeMgr->getSort( b2u(codemaker::UnoType::decompose( - u2b(j->type), &rank, 0))) + u2b(j->type), &rank))) == codemaker::UnoType::SORT_CHAR) { o << "= ::css::uno::Any(&" << param -- cgit