diff options
Diffstat (limited to 'sd/source/ui/view/ToolBarManager.cxx')
-rw-r--r-- | sd/source/ui/view/ToolBarManager.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx index 6ccf7bc083f6..93b4e886627a 100644 --- a/sd/source/ui/view/ToolBarManager.cxx +++ b/sd/source/ui/view/ToolBarManager.cxx @@ -864,6 +864,7 @@ IMPL_LINK_NOARG_TYPED(ToolBarManager::Implementation, UpdateCallback, void*, voi IMPL_LINK_TYPED(ToolBarManager::Implementation,EventMultiplexerCallback, sd::tools::EventMultiplexerEvent&, rEvent, void) { + SolarMutexGuard g; switch (rEvent.meEventId) { case tools::EventMultiplexerEvent::EID_CONTROLLER_ATTACHED: |