| commit | 371ddde018459143e4b3598a68c3786f46d989fd | [log] |
|---|---|---|
| author | Michael Stahl <mstahl@redhat.com> | Mon Jun 20 14:47:56 2016 +0200 |
| committer | Michael Stahl <mstahl@redhat.com> | Tue Jun 21 18:20:26 2016 +0200 |
| tree | 940c7054814f199361aa736327a1b5e2f209fcfb | |
| parent | bd8c0293010a767a9889cf1b5e92e4828b6b07bd [diff] |
bridges: [loplugin:salbool] Change-Id: I1924f2b18763e42013c2b5ce80b664674e460fc7
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx index a440fc4..e272f41 100644 --- a/bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
@@ -277,8 +277,8 @@ extern "C" void cpp_vtable_call( typelib_MethodParameter aParam; aParam.pTypeRef = reinterpret_cast<typelib_InterfaceAttributeTypeDescription *>(aMemberDescr.get())->pAttributeTypeRef; aParam.bIn = sal_True; aParam.bOut = sal_False; aParam.bIn = true; aParam.bOut = false; cpp2uno_call( pCppI, aMemberDescr.get(),
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx index c2d0363..d69e252 100644 --- a/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx
@@ -286,8 +286,8 @@ void unoInterfaceProxyDispatch( typelib_MethodParameter aParam; aParam.pTypeRef = reinterpret_cast<typelib_InterfaceAttributeTypeDescription const *>(pMemberDescr)->pAttributeTypeRef; aParam.bIn = sal_True; aParam.bOut = sal_False; aParam.bIn = true; aParam.bOut = false; typelib_TypeDescriptionReference * pReturnTypeRef = 0; OUString aVoidName("void");