summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationPane.cxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index 237bdd198a7a..319d9b45e6d2 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -308,14 +308,7 @@ void CustomAnimationPane::KeyInput( const KeyEvent& rKEvt )
void CustomAnimationPane::addListener()
{
Link<tools::EventMultiplexerEvent&,void> aLink( LINK(this,CustomAnimationPane,EventMultiplexerListener) );
- mrBase.GetEventMultiplexer()->AddEventListener (
- aLink,
- EventMultiplexerEventId::EditViewSelection
- | EventMultiplexerEventId::CurrentPageChanged
- | EventMultiplexerEventId::MainViewRemoved
- | EventMultiplexerEventId::MainViewAdded
- | EventMultiplexerEventId::Disposing
- | EventMultiplexerEventId::EndTextEdit);
+ mrBase.GetEventMultiplexer()->AddEventListener(aLink);
}
void CustomAnimationPane::removeListener()