coverity#1219801 Uncaught exception
Change-Id: I372c1891e41510c24daf256d00f3ca98e8a374a9
This commit is contained in:
@@ -100,7 +100,9 @@ void SAL_CALL ModuleImageManager::initialize( const Sequence< Any >& aArguments
|
||||
|
||||
// XImageManager
|
||||
void SAL_CALL ModuleImageManager::reset()
|
||||
throw (::com::sun::star::uno::RuntimeException, std::exception)
|
||||
throw (css::lang::IllegalAccessException,
|
||||
css::uno::RuntimeException,
|
||||
std::exception)
|
||||
{
|
||||
m_pImpl->reset();
|
||||
}
|
||||
|
Reference in New Issue
Block a user