diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-13 15:37:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-14 15:11:46 +0200 |
commit | de57562e3b11b64d95344a4ebaaf53607e7bc373 (patch) | |
tree | 0da764ba0c1ae7a1d3566a03f9e3d00498c1dc7c /solenv | |
parent | ea9de214311780119a0974e03b38fd835b5074f5 (diff) |
merge sdfilt library into sd
it is very small, and this means we can get rid of some ugly runtime
symbol loading
Change-Id: I1d5f5da6a9e908ccd018915bf09b9ab97d67feb6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139866
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 517df4ac7b45..a0ccdcbb523b 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -714,10 +714,9 @@ draw_constructor_list = [ "com_sun_star_comp_Draw_framework_configuration_ConfigurationController_get_implementation", "com_sun_star_comp_Draw_framework_module_ModuleController_get_implementation", "org_openoffice_comp_Draw_framework_PanelFactory_get_implementation", + "css_comp_Impress_oox_PowerPointExport", # sd/util/sdd.component "com_sun_star_comp_draw_FormatDetector_get_implementation", -# sd/util/sdfilt.component - "css_comp_Impress_oox_PowerPointExport", # writerperfect/source/draw/wpftdraw.component "com_sun_star_comp_Draw_VisioImportFilter_get_implementation", # sdext/source/pdfimport/pdfimport.component |