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 /sd/util/sd.component | |
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 'sd/util/sd.component')
-rw-r--r-- | sd/util/sd.component | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/util/sd.component b/sd/util/sd.component index 414e25dd49a4..012eab8ed233 100644 --- a/sd/util/sd.component +++ b/sd/util/sd.component @@ -65,10 +65,6 @@ constructor="org_openoffice_comp_Draw_framework_PanelFactory_get_implementation"> <service name="com.sun.star.drawing.framework.PanelFactory"/> </implementation> - <implementation name="com.sun.star.comp.Draw.framework.configuration.ConfigurationController" - constructor="com_sun_star_comp_Draw_framework_configuration_ConfigurationController_get_implementation"> - <service name="com.sun.star.drawing.framework.ConfigurationController"/> - </implementation> <implementation name="com.sun.star.comp.Draw.framework.module.ModuleController" constructor="com_sun_star_comp_Draw_framework_module_ModuleController_get_implementation"> <service name="com.sun.star.drawing.framework.ModuleController"/> |