diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-09-12 15:16:37 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-09-12 15:16:37 +0100 |
commit | 7c805af4d09a96972dc438f87ab2e741c0806633 (patch) | |
tree | 3f22bd79ba48319d44017fb493b6ef7e2f2a7d5c /extensions | |
parent | ce9cb99d0b115aff34ee7f9da62d7c6c29a282ae (diff) |
build fix.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 5228390e8495..88ef33662dba 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -2153,10 +2153,10 @@ Any IUnknownWrapper_Impl::invokeWithDispIdComTlb(FuncDesc& aFuncDesc, case DISP_E_EXCEPTION: message = OUSTR("[automation bridge]: "); message += OUString(reinterpret_cast<const sal_Unicode*>(excepinfo.bstrDescription), - ::SysStringLen(excepinfo.bstrDescription)); + ::SysStringLen(excepinfo.bstrDescription)); - throw InvocationTargetException(message, Reference<XInterface>(), Any()); - } + throw InvocationTargetException(message, Reference<XInterface>(), Any()); + break; case DISP_E_MEMBERNOTFOUND: message = OUSTR("[automation bridge]: A function with the name \"") + sFuncName + OUSTR("\" is not supported. Object returned " |