[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 25 13:28:14 UTC 2021
solenv/bin/native-code.py | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 3dba2e4a325fa0fdfbbedb0ffc1fcf678bfcbc94
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Mar 25 12:23:43 2021 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Mar 25 14:27:34 2021 +0100
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 at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113079
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113095
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 = [
More information about the Libreoffice-commits
mailing list