coverity#1371437 Uncaught exception
Change-Id: I2daa658f51a81ce9292f236075dc37c16af4279d
This commit is contained in:
@@ -78,7 +78,7 @@ sal_Int64 Adapter::getSomething( const Sequence< sal_Int8 > &id) throw (RuntimeE
|
||||
}
|
||||
|
||||
void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime )
|
||||
throw ( InvocationTargetException )
|
||||
throw ( InvocationTargetException, RuntimeException )
|
||||
{
|
||||
if( !Py_IsInitialized() )
|
||||
throw InvocationTargetException();
|
||||
|
@@ -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<css::script::XInvocation2> &xInv,
|
||||
|
Reference in New Issue
Block a user