summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/tools')
-rw-r--r--sd/source/ui/tools/EventMultiplexer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/tools/EventMultiplexer.cxx b/sd/source/ui/tools/EventMultiplexer.cxx
index 284c452bc64f..e9550bcfbcf2 100644
--- a/sd/source/ui/tools/EventMultiplexer.cxx
+++ b/sd/source/ui/tools/EventMultiplexer.cxx
@@ -530,7 +530,7 @@ void SAL_CALL EventMultiplexer::Implementation::disposing (
if (xConfigurationController.is()
&& rEventObject.Source == xConfigurationController)
{
- mxConfigurationControllerWeak = Reference<XConfigurationController>();
+ mxConfigurationControllerWeak.clear();
}
}