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