From 45786711ec54e738d868ceabdc1a9f5bccffec1d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 27 Sep 2018 17:56:46 +0200 Subject: Need to handle css::uno::RuntimeException too now Change-Id: Idedcaddeab80fcfdc3d5a4f2852712827a98e848 --- ios/source/ios.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'ios') 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(aException); + tryThrow(aException); assert(false); } -- cgit