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

New commits:
commit 7a714957f28758f9b112abc1bda8f502052c7b01
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed Apr 22 17:05:53 2020 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Apr 23 06:36:51 2020 +0200

    tdf#131992 liblo-native-code: Add two more ctors
    
    Those are required for the PPTX attached to
    tdf#131992. Otherwise e.g. Android Viewer crashes
    when trying to open the bug doc.
    
    Change-Id: I5a936a2fe60fe6f6ce1d21f94aedc47686329dbe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92711
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 01380fc3e4e6..a1dd94fd9626 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -374,6 +374,7 @@ edit_constructor_list = [
     "Calc_XMLOasisSettingsExporter_get_implementation",
     "Calc_XMLOasisStylesExporter_get_implementation",
 # starmath/util/sm.component
+    "Math_XMLContentExporter_get_implementation",
     "Math_XMLOasisMetaExporter_get_implementation",
     "Math_XMLOasisSettingsExporter_get_implementation",
     "Math_XMLImporter_get_implementation",
@@ -470,6 +471,7 @@ writer_factory_list = [
 
 writer_constructor_list = [
 # 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"),
 # filter/source/textfilterdetect/textfd.component
     "com_sun_star_comp_filters_PlainTextFilterDetect_get_implementation",
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to