diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-02-01 22:52:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-02-01 22:52:43 +0100 |
commit | f25555d66c1c50f81a2694447e8b197eb6ac97f7 (patch) | |
tree | 49709e23d0fbb72092436b66912c501914e87485 /extensions | |
parent | 34c5059b80777244e25dee1299ea258c8d7ba4fe (diff) |
Some cppcheck cleaning
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 9d203c89cd94..de7abc0f0c31 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -2171,8 +2171,6 @@ Any IUnknownWrapper_Impl::invokeWithDispIdComTlb(FuncDesc& aFuncDesc, BasicErrorException aBasicErrExp(message, Reference<XInterface>(), nErrorCode, message); throw InvocationTargetException(message, Reference<XInterface>(), makeAny(aBasicErrExp)); // End add - - break; } case DISP_E_MEMBERNOTFOUND: message = OUSTR("[automation bridge]: A function with the name \"") |