bridges: [loplugin:salbool]
Change-Id: I1924f2b18763e42013c2b5ce80b664674e460fc7
This commit is contained in:
@@ -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(),
|
||||
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user