diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-30 13:42:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-30 13:42:34 +0000 |
commit | e872a73e5350a01ea9b8cf8a4e12c4d92a3a9b7b (patch) | |
tree | ea927a1fde5a54a62a07c76bb1d79ed08bf07667 /bridges | |
parent | a3d9b5d2de18ada0724baac20d0ae3dbbfecaec4 (diff) |
cppcheck: unused variable
Notes
Notes:
split repo tag: ure_LIBREOFFICE_PRE_BOOTSTRAP_BUILD
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx index 04ceddab4c5f..af8f37c0aa71 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx @@ -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) { |