summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-02-01 22:52:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-02-01 22:52:43 +0100
commitf25555d66c1c50f81a2694447e8b197eb6ac97f7 (patch)
tree49709e23d0fbb72092436b66912c501914e87485 /extensions
parent34c5059b80777244e25dee1299ea258c8d7ba4fe (diff)
Some cppcheck cleaning
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/oleobjw.cxx2
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 \"")