solenv/bin/native-code.py | 6 ++++++ 1 file changed, 6 insertions(+) New commits: commit de2e2dbe07d95688bf08968128f8ef68fb6b5925 Author: Skyler Grey <skyler.g...@collabora.com> AuthorDate: Tue Apr 22 13:59:51 2025 +0000 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Fri May 2 09:14:01 2025 +0200
fix(mobile): Include DialogFactoryServices Without these, we cannot open any dialogs in the mobile app. It looks like they were added in I8c199421c66de2dcf339ccc2d5cb9340d3bea914, I90dae749f777446f67342d121e4dc29b974cb9b6 and I389fcafd80f1a450befbffdc252be497ba20f6d5 to better support mergelibs, and presumably they were unintentionally omitted from the mobile app at that time. Change-Id: Icf0d48ed40e17cfbcd5c2720432bc15bf7b55e6b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184445 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 9b6344b76ea6..3b30260626f1 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -655,6 +655,8 @@ calc_constructor_list = [ # scripting/source/vbaevents/vbaevents.component ("ooo_vba_VBAToOOEventDesc_get_implementation", "#if HAVE_FEATURE_SCRIPTING"), ("ooo_vba_EventListener_get_implementation", "#if HAVE_FEATURE_SCRIPTING"), +# sc/util/scui.component + "com_sun_star_sheet_CreateDialogFactoryService_get_implementation", ] draw_factory_list = [ @@ -713,6 +715,8 @@ draw_constructor_list = [ ("sdext_PDFIRawAdaptor_Draw_get_implementation", "#if HAVE_FEATURE_PDFIMPORT"), ("sdext_PDFIRawAdaptor_Impress_get_implementation", "#if HAVE_FEATURE_PDFIMPORT"), ("sdext_PDFDetector_get_implementation", "#if HAVE_FEATURE_PDFIMPORT"), +# sd/source/console/presenter.component + "com_sun_star_presentation_CreateDialogFactoryService_get_implementation", ] writer_factory_list = [ @@ -739,6 +743,8 @@ writer_constructor_list = [ "com_sun_star_comp_Writer_WriterFilter_get_implementation", # writerperfect/source/writer/wpftwriter.component "com_sun_star_comp_Writer_EPUBExportFilter_get_implementation", +# sw/util/swui.component + "com_sun_star_text_DialogFactoryService_get_implementation", ] factory_map = {