solenv/bin/native-code.py | 5 +++++ 1 file changed, 5 insertions(+) New commits: commit 524df0cc563bfe9e22c505d369c12303e2273df7 Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Date: Tue Mar 22 23:40:19 2016 +0100
android: add constructor functions that fell victim to tdf#74608 various changes to add constructor functions for UNO component implementations (see tdf#74608) caused those to be "invisible" to the android viewer, as solenv/bin/native-code.py determines what's available in the android lib. This change adds back the nimimal required ones to allow opening (basic) documents again. Change-Id: I8e6ef6d42dd566f94c5133bab1d6e5d6f465e118 diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 99a3a4c..e0899f4 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -100,6 +100,11 @@ core_constructor_list = [ # chart2/source/controller/chartcontroller.component "com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation", "com_sun_star_comp_chart2_ChartFrameLoader_get_implementation", +# comphelper/util/comphelp.component + "com_sun_star_comp_logging_SimpleLogRing", + "com_sun_star_comp_task_OfficeRestartManager", + "IndexedPropertyValuesContainer_get_implementation", + "NamedPropertyValuesContainer_get_implementation", # dbaccess/util/dba.component "com_sun_star_comp_dba_ORowSet_get_implementation", # forms/util/frm.component _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits