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

coverity#1247630 Uncaught exception

Change-Id: Ic15d712a26bdb6565b78efc4e9cab1bb09fd1cf4
üst ef057fc5
......@@ -1102,8 +1102,9 @@ throw ( ::com::sun::star::container::ElementExistException,
// XUIConfigurationPersistence
void ImageManagerImpl::reload()
throw ( ::com::sun::star::uno::Exception,
::com::sun::star::uno::RuntimeException )
throw (css::uno::Exception,
css::uno::RuntimeException,
std::exception)
{
SolarMutexClearableGuard aGuard;
......
......@@ -123,7 +123,7 @@ namespace framework
void removeConfigurationListener( const ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationListener >& Listener ) throw (::com::sun::star::uno::RuntimeException);
// XUIConfigurationPersistence
void reload() throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
void reload() throw (css::uno::Exception, css::uno::RuntimeException, std::exception);
void store()
throw (::com::sun::star::uno::Exception,
::com::sun::star::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