summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-11 20:01:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-12 13:20:37 +0200
commitd4ff75676920b6d1c6decdfc9906a3efdf68cf69 (patch)
tree43fb1cf24e2b73c4163fccb23801a0cb1bd25d73 /solenv
parentf821efb6e674e5ebddb8eecb1139b7e57cc48bfc (diff)
filter/xmlfilteradaptor: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: I44392add5b0ed6d3184e4ecdd2e8da729a78169c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98569 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 504b334b6530..344a5083c6bf 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -159,6 +159,8 @@ core_constructor_list = [
("com_sun_star_comp_extensions_SimpleTextFormatter", "#ifdef ANDROID"),
# filter/source/xmlfilterdetect/xmlfd.component
"filter_XMLFilterDetect_get_implementation",
+# filter/source/xmlfilteradaptor/xmlfa.component
+ "filter_XmlFilterAdaptor_get_implementation
# forms/util/frm.component
("com_sun_star_comp_forms_FormOperations_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY"),
("com_sun_star_comp_forms_ODatabaseForm_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY"),