Kaydet (Commit) 45786711 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Need to handle css::uno::RuntimeException too now

Change-Id: Idedcaddeab80fcfdc3d5a4f2852712827a98e848
üst dc6dcebd
......@@ -28,6 +28,7 @@ void lo_ios_throwException(css::uno::Any const& aException)
assert(aException.getValueTypeClass() == css::uno::TypeClass_EXCEPTION);
tryThrow<css::ucb::InteractiveAugmentedIOException>(aException);
tryThrow<css::uno::RuntimeException>(aException);
assert(false);
}
......
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