diff options
author | Jan Holesovsky <kendy@collabora.com> | 2019-11-29 16:03:27 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2019-12-05 11:02:01 +0100 |
commit | eb15ac837e06087fb8148330e9171d6697d89ee6 (patch) | |
tree | 5accb155a2a778db3ce6872685b0f86e1231e37d /include | |
parent | a8cd98c437f2c3b5c4f7c139aa7223c5cfb74d1a (diff) |
android: Avoid throwing exceptions through the bridges.
From some reason it does not work, so let's do the same we are doing on
iOS; at least for now.
Change-Id: I915f8683a112548fc3defc1114f9dce3aa7be30e
Reviewed-on: https://gerrit.libreoffice.org/84067
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/84204
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/ios/ios.hxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/ios/ios.hxx b/include/ios/ios.hxx deleted file mode 100644 index d8fe4d7bd6e1..000000000000 --- a/include/ios/ios.hxx +++ /dev/null @@ -1,19 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#ifndef INCLUDED_IOS_IOS_HXX -#define INCLUDED_IOS_IOS_HXX - -#include "com/sun/star/uno/Any.hxx" - -extern void lo_ios_throwException(css::uno::Any const& aException); - -#endif // INCLUDED_IOS_IOS_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |