From a75d49241df2e0dd2f1bcd3ce7fae3197eb5afe8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 19 Aug 2016 11:06:40 +0100 Subject: coverity#1371437 Uncaught exception Change-Id: I2daa658f51a81ce9292f236075dc37c16af4279d --- pyuno/source/module/pyuno_impl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuno/source/module/pyuno_impl.hxx') diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx index 31b43ceb7366..653d6fd51432 100644 --- a/pyuno/source/module/pyuno_impl.hxx +++ b/pyuno/source/module/pyuno_impl.hxx @@ -262,7 +262,7 @@ OUString pyString2ustring( PyObject *str ); void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime ) - throw ( css::reflection::InvocationTargetException ); + throw (css::reflection::InvocationTargetException, css::uno::RuntimeException); PyRef PyUNO_callable_new ( const css::uno::Reference &xInv, -- cgit