summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-03-25 12:23:43 +0200
committerTor Lillqvist <tml@collabora.com>2021-03-25 14:27:34 +0100
commit3dba2e4a325fa0fdfbbedb0ffc1fcf678bfcbc94 (patch)
treea77cd1b17d9aa9eccce5bc6e97e4ec8599fc029c /solenv
parent6f2fe8bbc4909f457509391522cae4b8084e69e5 (diff)
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 <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113079 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113095
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 404aaf42f9f4..6c46c1b6a6b9 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -663,6 +663,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 = [