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

cid#1244950 Uncaught exception

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