Kaydet (Commit) 83f54694 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: I3d9d96d1ce91471b7c0e73df848a4893152cd637
üst dedf0a28
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment