summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-25 11:06:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-25 16:29:34 +0200
commit685b520a5929ce1b0b7af1adbc4dc9462e222d3c (patch)
tree4c0220f8ba945c5711cf84091fc3796b5e536266 /solenv
parent8785f14a325c6be471f45cd7df04e3384174ce26 (diff)
don't need prefix here anymore
Change-Id: Ie3b6681cb4ae8c1138766db7b19cc473367bfbd7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99422 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index f6e50d096366..e0ef388dd818 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -24,7 +24,6 @@ core_factory_list = [
("libsmlo.a", "sm_component_getFactory"),
("libucb1.a", "ucb_component_getFactory"),
("libxstor.a", "xstor_component_getFactory"),
- ("libodfflatxmllo.a", "odfflatxml_component_getFactory"),
("libvcllo.a", "vcl_component_getFactory"),
("libsvtlo.a", "svt_component_getFactory"),
]
@@ -146,6 +145,8 @@ core_constructor_list = [
"filter_FrameLoaderFactory_get_implementation",
"filter_FilterFactory_get_implementation",
"filter_ContentHandlerFactory_get_implementation",
+# filter/source/odfflatxml/odfflatxml.component
+ "filter_OdfFlatXml_get_implementation",
# filter/source/pdf/pdffilter.component
"filter_PdfDecomposer_get_implementation",
"filter_PDFExportInteractionHandler_get_implementation",