coverity#737278 Uncaught exception
Change-Id: I8b9c02d5e87433cb48a7cee37b696d36e453dd52
This commit is contained in:
@@ -421,7 +421,8 @@ uno::Sequence< OUString > SAL_CALL ScXMLOasisExport_Settings_getSupportedService
|
|||||||
}
|
}
|
||||||
|
|
||||||
uno::Reference< uno::XInterface > SAL_CALL ScXMLOasisExport_Settings_createInstance(
|
uno::Reference< uno::XInterface > SAL_CALL ScXMLOasisExport_Settings_createInstance(
|
||||||
const uno::Reference< lang::XMultiServiceFactory > & rSMgr ) throw( uno::Exception )
|
const uno::Reference< lang::XMultiServiceFactory > & rSMgr )
|
||||||
|
throw (uno::Exception, std::exception)
|
||||||
{
|
{
|
||||||
return (cppu::OWeakObject*)new ScXMLExport(comphelper::getComponentContext(rSMgr), ScXMLOasisExport_Settings_getImplementationName(), EXPORT_SETTINGS|EXPORT_OASIS);
|
return (cppu::OWeakObject*)new ScXMLExport(comphelper::getComponentContext(rSMgr), ScXMLOasisExport_Settings_getImplementationName(), EXPORT_SETTINGS|EXPORT_OASIS);
|
||||||
}
|
}
|
||||||
|
@@ -123,7 +123,8 @@ extern uno::Reference< uno::XInterface > SAL_CALL ScXMLOasisExport_Content_creat
|
|||||||
extern uno::Sequence< OUString > SAL_CALL ScXMLOasisExport_Settings_getSupportedServiceNames() throw();
|
extern uno::Sequence< OUString > SAL_CALL ScXMLOasisExport_Settings_getSupportedServiceNames() throw();
|
||||||
extern OUString SAL_CALL ScXMLOasisExport_Settings_getImplementationName() throw();
|
extern OUString SAL_CALL ScXMLOasisExport_Settings_getImplementationName() throw();
|
||||||
extern uno::Reference< uno::XInterface > SAL_CALL ScXMLOasisExport_Settings_createInstance(
|
extern uno::Reference< uno::XInterface > SAL_CALL ScXMLOasisExport_Settings_createInstance(
|
||||||
const uno::Reference< lang::XMultiServiceFactory > & rSMgr ) throw( uno::Exception );
|
const uno::Reference< lang::XMultiServiceFactory > & rSMgr )
|
||||||
|
throw (uno::Exception, std::exception);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user