summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx8
-rw-r--r--sd/source/ui/inc/CustomAnimationPane.hxx1
2 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index 825a88b9bab8..6b6aff20dd1f 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -268,14 +268,6 @@ void CustomAnimationPane::addUndo()
}
}
-void CustomAnimationPane::StateChanged( StateChangedType nStateChange )
-{
- Control::StateChanged( nStateChange );
-
- if( nStateChange == StateChangedType::Visible )
- updateMotionPathTags();
-}
-
void CustomAnimationPane::KeyInput( const KeyEvent& rKEvt )
{
if (mxCustomAnimationList)
diff --git a/sd/source/ui/inc/CustomAnimationPane.hxx b/sd/source/ui/inc/CustomAnimationPane.hxx
index 5d156884a919..d07e76a7c3f2 100644
--- a/sd/source/ui/inc/CustomAnimationPane.hxx
+++ b/sd/source/ui/inc/CustomAnimationPane.hxx
@@ -71,7 +71,6 @@ public:
void remove( CustomAnimationEffectPtr const & pEffect );
// Control
- virtual void StateChanged( StateChangedType nStateChange ) override;
virtual void KeyInput( const KeyEvent& rKEvt ) override;
// ICustomAnimationListController