cppcheck: unused variable
This commit is contained in:
parent
a3d9b5d2de
commit
e872a73e53
1 changed files with 2 additions and 3 deletions
|
@ -480,9 +480,8 @@ void unoInterfaceProxyDispatch(
|
|||
void * pReturn, void * pArgs[], uno_Any ** ppException )
|
||||
{
|
||||
// is my surrogate
|
||||
bridges::cpp_uno::shared::UnoInterfaceProxy * pThis
|
||||
= static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI);
|
||||
typelib_InterfaceTypeDescription * pTypeDescr = pThis->pTypeDescr;
|
||||
bridges::cpp_uno::shared::UnoInterfaceProxy * pThis
|
||||
= static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI);
|
||||
|
||||
switch (pMemberDescr->eTypeClass)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue