Kaydet (Commit) 7799d074 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1309066 Uncaught exception

Change-Id: If02a62e814051bb2d75a683877f8d17ec9201993
üst cf08d804
......@@ -210,7 +210,7 @@ public:
*/
static void SAL_CALL initialize(
const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & ctx )
throw ( com::sun::star::uno::RuntimeException );
throw ( com::sun::star::uno::RuntimeException, std::exception );
/** Checks, whether the uno runtime is already initialized in the current python interpreter.
*/
......
......@@ -302,7 +302,7 @@ void stRuntimeImpl::del(PyObject* self)
void Runtime::initialize( const Reference< XComponentContext > & ctx )
throw ( RuntimeException )
throw ( RuntimeException, std::exception )
{
PyRef globalDict, runtime;
getRuntimeImpl( globalDict , runtime );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment