summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ToolBarManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/ToolBarManager.cxx')
-rw-r--r--sd/source/ui/view/ToolBarManager.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx
index 971f408e3478..ec8918863e11 100644
--- a/sd/source/ui/view/ToolBarManager.cxx
+++ b/sd/source/ui/view/ToolBarManager.cxx
@@ -532,11 +532,7 @@ ToolBarManager::Implementation::Implementation (
maToolBarRules(rpToolBarManager,rpViewShellManager)
{
Link<tools::EventMultiplexerEvent&,void> aLink (LINK(this,ToolBarManager::Implementation,EventMultiplexerCallback));
- mpEventMultiplexer->AddEventListener(
- aLink,
- EventMultiplexerEventId::ControllerAttached
- | EventMultiplexerEventId::ControllerDetached
- | EventMultiplexerEventId::PaneManagerDying);
+ mpEventMultiplexer->AddEventListener( aLink );
}
/** The order of statements is important.