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

coverity#1308526 Uncaught exception

Change-Id: Ie0266c7e8ab5980dc25ce14edd42b3f599f71245
üst 65b0c0da
......@@ -347,7 +347,7 @@ public:
static PyRef create(
const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & xContext )
throw ( com::sun::star::uno::RuntimeException );
throw ( com::sun::star::uno::RuntimeException, std::exception );
};
......
......@@ -250,7 +250,7 @@ static void readLoggingConfig( sal_Int32 *pLevel, FILE **ppFile )
RuntimeImpl implementations
*-------------------------------------------------------------------*/
PyRef stRuntimeImpl::create( const Reference< XComponentContext > &ctx )
throw( com::sun::star::uno::RuntimeException )
throw( com::sun::star::uno::RuntimeException, std::exception )
{
RuntimeImpl *me = PyObject_New (RuntimeImpl, &RuntimeImpl_Type);
if( ! me )
......
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