summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
index 51e24b81ce41..882549fa059b 100644
--- a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
@@ -46,7 +46,7 @@ void ConfigurationControllerBroadcaster::AddListener(
mxConfigurationController,
0);
- maListenerMap.try_emplace(rsEventType, ListenerList());
+ maListenerMap.try_emplace(rsEventType);
ListenerDescriptor aDescriptor;
aDescriptor.mxListener = rxListener;