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

cid#1244952 Uncaught exception

Change-Id: Ied23e7df1d8ebda9976e63d03c122c058addf274
üst c2621e64
...@@ -465,7 +465,7 @@ private: ...@@ -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, css::beans::IllegalTypeException); throw(LoadEnvException, css::uno::RuntimeException, css::beans::IllegalTypeException, std::exception);
/** @short checks if the specified content is already loaded. /** @short checks if the specified content is already loaded.
......
...@@ -999,7 +999,7 @@ bool LoadEnv::impl_furtherDocsAllowed() ...@@ -999,7 +999,7 @@ bool LoadEnv::impl_furtherDocsAllowed()
} }
bool LoadEnv::impl_loadContent() bool LoadEnv::impl_loadContent()
throw(LoadEnvException, css::uno::RuntimeException, beans::IllegalTypeException) throw(LoadEnvException, css::uno::RuntimeException, beans::IllegalTypeException, std::exception)
{ {
// SAFE -> ----------------------------------- // SAFE -> -----------------------------------
osl::ClearableMutexGuard aWriteLock(m_mutex); 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