cid#706551 Uncaught exception
Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659
This commit is contained in:
parent
ecd00991fd
commit
ec651eaead
@ -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.
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user