Kaydet (Commit) ec651eae authored tarafından Noel Grandin's avatar Noel Grandin

cid#706551 Uncaught exception

Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659
üst ecd00991
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment