diff options
author | Tor Lillqvist <tml@collabora.com> | 2021-10-04 14:45:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-10-04 17:31:01 +0200 |
commit | 717dd57000212dda5f4ff5b167d3f3b0f498a98e (patch) | |
tree | 2cc7ed0310a8bf389486de47f36c94c9b6397c36 /solenv | |
parent | 3c5afc731ef7d3aa8368b3a79bfd674cce8f85df (diff) |
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@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123047
Tested-by: Jenkins
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 2 insertions, 0 deletions
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"), |