diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-11 20:37:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-12 20:02:14 +0200 |
commit | 74f4a1e4a8898b87e4b90804d369f1bfa49e6cbb (patch) | |
tree | 0df13e39da4a88bfde581b0f0bdb2a556b7c6c5d /solenv/bin | |
parent | 466e63ed692974c1b7529f22574538178e8928af (diff) |
filter/svg: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I6a049364726327d1be10f72174aced5bade271a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98571
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index b2a0aed722ad..e7394bf01852 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -505,7 +505,6 @@ calc_constructor_list = [ draw_factory_list = [ ("libsdlo.a", "sd_component_getFactory"), - ("libsvgfilterlo.a", "svgfilter_component_getFactory"), ("libemboleobj.a", "emboleobj_component_getFactory"), ] @@ -533,6 +532,9 @@ draw_constructor_list = [ "com_sun_star_comp_deployment_help_PackageRegistryBackend_get_implementation", "com_sun_star_comp_deployment_script_PackageRegistryBackend_get_implementation", "com_sun_star_comp_deployment_sfwk_PackageRegistryBackend_get_implementation", +# filter/source/svg/svgfilter.component + "filter_SVGFilter_get_implementation", + "filter_SVGWriter_get_implementation", # sd/util/sd.component "RandomAnimationNode_get_implementation", "com_sun_star_comp_Draw_framework_BasicPaneFactory_get_implementation", |