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

New commits:
commit 38b46275e40c47913328a7984d05f28da9c9568c
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Mar 25 12:23:43 2021 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Mon Apr 5 16:33:14 2021 +0200

    Include the pdfimport library constructor in the mobile apps if enabled
    
    This is part of implementing
    https://github.com/CollaboraOnline/online/issues/1824 .
    
    Change-Id: I68dacc2de0dc1f09da03fa213d5cff56a2343c77
    Signed-off-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113079
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113095
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113605

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 13a7e720be08..207a0d4b66a0 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -664,6 +664,12 @@ draw_constructor_list = [
     "css_comp_Impress_oox_PowerPointExport",
 # writerperfect/source/draw/wpftdraw.component
     "com_sun_star_comp_Draw_VisioImportFilter_get_implementation",
+# sdext/source/pdfimport/pdfimport.component
+    "sdext_PDFIHybridAdaptor_get_implementation",
+    "sdext_PDFIRawAdaptor_Writer_get_implementation",
+    "sdext_PDFIRawAdaptor_Draw_get_implementation",
+    "sdext_PDFIRawAdaptor_Impress_get_implementation",
+    "sdext_PDFDetector_get_implementation",
     ]
 
 writer_factory_list = [
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to