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

coverity#1219795 Uncaught exception

Change-Id: I24f5abd0e0b28c11c22c7871e10f42abb9908775
üst d9e7a359
......@@ -68,7 +68,8 @@ public:
Reference<XInterface> SAL_CALL ModuleController_createInstance (
const Reference<XComponentContext>& rxContext) throw (css::uno::Exception)
const Reference<XComponentContext>& rxContext)
throw (css::uno::Exception, std::exception)
{
return Reference<XInterface>(ModuleController::CreateInstance(rxContext), UNO_QUERY);
}
......
......@@ -76,7 +76,7 @@ css::uno::Sequence<OUString> SAL_CALL ConfigurationController_getSupportedServic
css::uno::Reference<css::uno::XInterface> SAL_CALL ModuleController_createInstance(
const css::uno::Reference<css::uno::XComponentContext>& rxContext)
throw(css::uno::Exception);
throw(css::uno::Exception, std::exception);
OUString ModuleController_getImplementationName(void) throw (css::uno::RuntimeException);
css::uno::Sequence<OUString> SAL_CALL ModuleController_getSupportedServiceNames (void)
throw (css::uno::RuntimeException);
......
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