coverity#1219801 Uncaught exception

Change-Id: I372c1891e41510c24daf256d00f3ca98e8a374a9
This commit is contained in:
Caolán McNamara
2014-06-03 16:49:15 +01:00
parent c087b60b0d
commit 0301abbbc3
4 changed files with 17 additions and 3 deletions

View File

@@ -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();
}