summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/EventMultiplexer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/tools/EventMultiplexer.cxx')
-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 26d43b9b6dc6..d106a937f284 100644
--- a/sd/source/ui/tools/EventMultiplexer.cxx
+++ b/sd/source/ui/tools/EventMultiplexer.cxx
@@ -211,7 +211,7 @@ EventMultiplexer::Implementation::Implementation (ViewShellBase& rBase)
StartListening (*mpDocument);
// Listen for configuration changes.
- DrawController& rDrawController = mrBase.GetDrawController();
+ DrawController& rDrawController = *mrBase.GetDrawController();
Reference<XConfigurationController> xConfigurationController (
rDrawController.getConfigurationController());