coverity#1308526 Uncaught exception
Change-Id: Ie0266c7e8ab5980dc25ce14edd42b3f599f71245
This commit is contained in:
@@ -347,7 +347,7 @@ public:
|
|||||||
|
|
||||||
static PyRef create(
|
static PyRef create(
|
||||||
const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & xContext )
|
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
|
RuntimeImpl implementations
|
||||||
*-------------------------------------------------------------------*/
|
*-------------------------------------------------------------------*/
|
||||||
PyRef stRuntimeImpl::create( const Reference< XComponentContext > &ctx )
|
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);
|
RuntimeImpl *me = PyObject_New (RuntimeImpl, &RuntimeImpl_Type);
|
||||||
if( ! me )
|
if( ! me )
|
||||||
|
Reference in New Issue
Block a user