[Libreoffice-commits] core.git: ios/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 27 19:10:52 UTC 2018


 ios/source/ios.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 45786711ec54e738d868ceabdc1a9f5bccffec1d
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Sep 27 17:56:46 2018 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
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);
 }


More information about the Libreoffice-commits mailing list