bridges: [loplugin:salbool]
Change-Id: I1924f2b18763e42013c2b5ce80b664674e460fc7
This commit is contained in:
@@ -277,8 +277,8 @@ extern "C" void cpp_vtable_call(
|
|||||||
typelib_MethodParameter aParam;
|
typelib_MethodParameter aParam;
|
||||||
aParam.pTypeRef =
|
aParam.pTypeRef =
|
||||||
reinterpret_cast<typelib_InterfaceAttributeTypeDescription *>(aMemberDescr.get())->pAttributeTypeRef;
|
reinterpret_cast<typelib_InterfaceAttributeTypeDescription *>(aMemberDescr.get())->pAttributeTypeRef;
|
||||||
aParam.bIn = sal_True;
|
aParam.bIn = true;
|
||||||
aParam.bOut = sal_False;
|
aParam.bOut = false;
|
||||||
|
|
||||||
cpp2uno_call(
|
cpp2uno_call(
|
||||||
pCppI, aMemberDescr.get(),
|
pCppI, aMemberDescr.get(),
|
||||||
|
@@ -286,8 +286,8 @@ void unoInterfaceProxyDispatch(
|
|||||||
typelib_MethodParameter aParam;
|
typelib_MethodParameter aParam;
|
||||||
aParam.pTypeRef =
|
aParam.pTypeRef =
|
||||||
reinterpret_cast<typelib_InterfaceAttributeTypeDescription const *>(pMemberDescr)->pAttributeTypeRef;
|
reinterpret_cast<typelib_InterfaceAttributeTypeDescription const *>(pMemberDescr)->pAttributeTypeRef;
|
||||||
aParam.bIn = sal_True;
|
aParam.bIn = true;
|
||||||
aParam.bOut = sal_False;
|
aParam.bOut = false;
|
||||||
|
|
||||||
typelib_TypeDescriptionReference * pReturnTypeRef = 0;
|
typelib_TypeDescriptionReference * pReturnTypeRef = 0;
|
||||||
OUString aVoidName("void");
|
OUString aVoidName("void");
|
||||||
|
Reference in New Issue
Block a user