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.
|
the whole runtime can't be used any longer.
|
||||||
*/
|
*/
|
||||||
bool impl_loadContent()
|
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.
|
/** @short checks if the specified content is already loaded.
|
||||||
|
|
||||||
|
@ -1002,7 +1002,7 @@ bool LoadEnv::impl_furtherDocsAllowed()
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool LoadEnv::impl_loadContent()
|
bool LoadEnv::impl_loadContent()
|
||||||
throw(LoadEnvException, css::uno::RuntimeException)
|
throw(LoadEnvException, css::uno::RuntimeException, beans::IllegalTypeException)
|
||||||
{
|
{
|
||||||
// SAFE -> -----------------------------------
|
// SAFE -> -----------------------------------
|
||||||
osl::ClearableMutexGuard aWriteLock(m_mutex);
|
osl::ClearableMutexGuard aWriteLock(m_mutex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user