diff options
-rw-r--r-- | ios/source/ios.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/source/ios.cxx b/ios/source/ios.cxx index 60b455d287ee..36aaa245f76d 100644 --- a/ios/source/ios.cxx +++ b/ios/source/ios.cxx @@ -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); } |