diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-23 12:14:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-24 05:46:58 +0000 |
commit | 31a5db6f28cd006adf5630b2c5d683accb9eeadb (patch) | |
tree | 68687b4347f865993703574d169f7710ba2a2123 /solenv/bin | |
parent | 7f23dae00fedc9d7119b44b6c44d9eca4f8c87b8 (diff) |
[API CHANGE] remove service sd::framework::ConfigurationController
It makes no sense to be constructed externally.
Change-Id: I6fb8f58ff8594c58d190f78e6f26b2703046a95b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146001
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 697eef875815..03ec10d7baf3 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -704,7 +704,6 @@ draw_constructor_list = [ "com_sun_star_comp_Draw_framework_BasicToolBarFactory_get_implementation", "com_sun_star_comp_Draw_framework_BasicViewFactory_get_implementation", "com_sun_star_comp_Draw_framework_ResourceID_get_implementation", - "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", |