summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
index f9e491bf487e..5d9f22255051 100644
--- a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
@@ -33,8 +33,7 @@ namespace sd::framework {
ConfigurationControllerBroadcaster::ConfigurationControllerBroadcaster (
const Reference<XConfigurationController>& rxController)
- : mxConfigurationController(rxController),
- maListenerMap()
+ : mxConfigurationController(rxController)
{
}