bin/lo-all-static-libs    |    1 +
 solenv/bin/native-code.py |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 260be930139e2760882d20c9ea3c2b2db796cdf6
Author:     Patrick Luby <patrick.l...@collabora.com>
AuthorDate: Tue Mar 21 08:38:21 2023 -0400
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue Mar 21 19:54:34 2023 +0000

    Partial fix: iOS missing text direction listbox in Format > Page Style > 
Page
    
    Add the static libraries that are required by the LibreOffice's
    CTL and CJK text layout features to the iOS app add link list.
    
    Reference-to: https://github.com/CollaboraOnline/online/issues/6050
    Change-Id: I21fddbfd29a1d326b509840127bd136c327cd3d2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149210
    Reviewed-by: Patrick Luby <plub...@neooffice.org>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs
index af4ff25f348b..839e21169e61 100755
--- a/bin/lo-all-static-libs
+++ b/bin/lo-all-static-libs
@@ -119,6 +119,7 @@ echo $INSTDIR/$LIBO_LIB_FOLDER/lib*.a \
      $WORKDIR/UnpackedTarball/libexttextcat/src/.libs/*.a \
      $WORKDIR/UnpackedTarball/libmspub/src/lib/.libs/*.a \
      $WORKDIR/UnpackedTarball/libmwaw/src/lib/.libs/*.a \
+     $WORKDIR/UnpackedTarball/libnumbertext/src/.libs/*.a \
      $WORKDIR/UnpackedTarball/libodfgen/src/.libs/*.a \
      $WORKDIR/UnpackedTarball/liborcus/src/*/.libs/*.a \
      $WORKDIR/UnpackedTarball/librevenge/src/*/.libs/*.a \
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 669bddc7b00d..3c569be67a15 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -311,6 +311,7 @@ core_constructor_list = [
     "lingucomponent_LangGuess_get_implementation",
     "lingucomponent_Hyphenator_get_implementation",
     "lingucomponent_LanguageToolGrammarChecker_get_implementation",
+    "lingucomponent_NumberText_get_implementation",
 # package/source/xstor/xstor.component
     "package_OStorageFactory_get_implementation",
 # package/util/package2.component

Reply via email to