cid#706551 Uncaught exception

Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659
This commit is contained in:
Noel Grandin 2014-05-27 15:34:28 +02:00
parent ecd00991fd
commit ec651eaead
2 changed files with 2 additions and 2 deletions

View File

@ -465,7 +465,7 @@ private:
the whole runtime can't be used any longer.
*/
bool impl_loadContent()
throw(LoadEnvException, css::uno::RuntimeException);
throw(LoadEnvException, css::uno::RuntimeException, css::beans::IllegalTypeException);
/** @short checks if the specified content is already loaded.

View File

@ -1002,7 +1002,7 @@ bool LoadEnv::impl_furtherDocsAllowed()
}
bool LoadEnv::impl_loadContent()
throw(LoadEnvException, css::uno::RuntimeException)
throw(LoadEnvException, css::uno::RuntimeException, beans::IllegalTypeException)
{
// SAFE -> -----------------------------------
osl::ClearableMutexGuard aWriteLock(m_mutex);