[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - solenv/bin

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 4 11:56:00 UTC 2021


 solenv/bin/native-code.py |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9c4bb3c7d27a775f177c386db9d2c3bc7a33590e
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Mon Oct 4 14:45:10 2021 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Oct 4 13:55:24 2021 +0200

    We need com_sun_star_animations_AnimatePhysics_get_implementation
    
    Fix crash in iOS app reported at
    https://github.com/CollaboraOnline/online/issues/3321 .
    
    Fix crash caused by missing
    
    Change-Id: I1b5fedb0d5db84cc3f6a75b52c29a39ebe7a6ed9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123046
    Tested-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index ed9ed2e9ef9d..812b315aa7a0 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -26,6 +26,8 @@ core_factory_list = [
     ]
 
 core_constructor_list = [
+# animations/source/animcore/animcore.component
+    "com_sun_star_animations_AnimatePhysics_get_implementation",
 # basic/util/sb.component
     ("com_sun_star_comp_sfx2_DialogLibraryContainer_get_implementation","#if HAVE_FEATURE_SCRIPTING"),
     ("com_sun_star_comp_sfx2_ScriptLibraryContainer_get_implementation", "#if HAVE_FEATURE_SCRIPTING"),


More information about the Libreoffice-commits mailing list