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

cid#706553 Uncaught exception

Change-Id: Ib3014a8f7916d8d3b9b21ddb7d2ba29108c5cd27
üst 4b8e95bf
......@@ -412,7 +412,7 @@ private:
the whole runtime can't be used any longer.
*/
void impl_detectTypeAndFilter()
throw(LoadEnvException, css::uno::RuntimeException);
throw(LoadEnvException, css::uno::RuntimeException, css::beans::IllegalTypeException);
/** @short tries to ask user for it's filter decision in case
normal detection failed.
......
......@@ -738,7 +738,7 @@ bool queryOrcusTypeAndFilter(const uno::Sequence<beans::PropertyValue>&, OUStrin
}
void LoadEnv::impl_detectTypeAndFilter()
throw(LoadEnvException, css::uno::RuntimeException)
throw(LoadEnvException, css::uno::RuntimeException, beans::IllegalTypeException)
{
static OUString TYPEPROP_PREFERREDFILTER("PreferredFilter");
static OUString FILTERPROP_FLAGS ("Flags");
......
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