diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:44:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:44:58 +0200 |
commit | 83f5469438e0e9f5f950761de05080b20694ede3 (patch) | |
tree | 48ded6bdb30ca5740f5c8c52fecdbf2e59f7007e /codemaker/source | |
parent | dedf0a28d52396edaf2f42cc219fba68bfe28c9f (diff) |
loplugin:defaultparams
Change-Id: I3d9d96d1ce91471b7c0e73df848a4893152cd637
Diffstat (limited to 'codemaker/source')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |