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

cid#706552 Uncaught exception

Change-Id: I93c41521a7687ca5a451f8107971d1b8fabfd489
üst 0a87f4ad
......@@ -446,7 +446,7 @@ private:
the whole runtime can't be used any longer.
*/
bool impl_handleContent()
throw(LoadEnvException, css::uno::RuntimeException);
throw(LoadEnvException, css::uno::RuntimeException, css::beans::IllegalTypeException);
/** @short tries to use FrameLoader objects for loading.
......
......@@ -856,7 +856,7 @@ void LoadEnv::impl_detectTypeAndFilter()
}
bool LoadEnv::impl_handleContent()
throw(LoadEnvException, css::uno::RuntimeException)
throw(LoadEnvException, css::uno::RuntimeException, beans::IllegalTypeException)
{
// SAFE -> -----------------------------------
osl::ClearableMutexGuard aReadLock(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