From de57562e3b11b64d95344a4ebaaf53607e7bc373 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 13 Sep 2022 15:37:49 +0200 Subject: 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 --- solenv/bin/native-code.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'solenv') 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 -- cgit