[Libreoffice-commits] core.git: solenv/bin

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 4 15:31:35 UTC 2021


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

New commits:
commit 717dd57000212dda5f4ff5b167d3f3b0f498a98e
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Oct 4 14:45:10 2021 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Oct 4 17:31:01 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 .
    
    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>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123047
    Tested-by: Jenkins

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index e9f2ebd3fab1..63d8d33a2066 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