ios/source/ios.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 45786711ec54e738d868ceabdc1a9f5bccffec1d
Author: Tor Lillqvist <[email protected]>
AuthorDate: Thu Sep 27 17:56:46 2018 +0200
Commit: Tor Lillqvist <[email protected]>
CommitDate: Thu Sep 27 21:10:12 2018 +0200
Need to handle css::uno::RuntimeException too now
Change-Id: Idedcaddeab80fcfdc3d5a4f2852712827a98e848
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);
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits