/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #define DISABLE_DYNLOADING #define NO_CHILD_PROCESSES #undef SAL_LOG_INFO #undef SAL_LOG_WARN #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if defined MACOSX #include #include #endif // Called from FullTextEncodingData::get in sal/textenc/textenc.cxx, but only // defined for ANDROID (in ANDROID-specific sal/textenc/tables.cxx); would even // work to leave it undefined for LINUX due to no '-z defs' under -fsanitize=* // (solenv/gbuild/platform/linux.mk), but not for MACOSX: extern "C" ImplTextEncodingData const * sal_getFullTextEncodingData( rtl_TextEncoding) { std::abort(); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */