summaryrefslogtreecommitdiff
path: root/include/svx/sdr/animation/animationstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/animation/animationstate.hxx')
-rw-r--r--include/svx/sdr/animation/animationstate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/animation/animationstate.hxx b/include/svx/sdr/animation/animationstate.hxx
index 847f855069ca..636315f1446f 100644
--- a/include/svx/sdr/animation/animationstate.hxx
+++ b/include/svx/sdr/animation/animationstate.hxx
@@ -63,7 +63,7 @@ namespace sdr
virtual ~PrimitiveAnimation();
// execute event, from base class Event
- virtual void Trigger(sal_uInt32 nTime);
+ virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;
};
} // end of namespace animation
} // end of namespace sdr