summaryrefslogtreecommitdiff
path: root/include/svx/sdr/overlay/overlayobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/overlay/overlayobject.hxx')
-rw-r--r--include/svx/sdr/overlay/overlayobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx
index e4effa946efa..130c3406d50d 100644
--- a/include/svx/sdr/overlay/overlayobject.hxx
+++ b/include/svx/sdr/overlay/overlayobject.hxx
@@ -151,7 +151,7 @@ namespace sdr
// execute event from base class ::sdr::animation::Event. Default
// implementation does nothing and does not create a new event.
- virtual void Trigger(sal_uInt32 nTime);
+ virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;
// acces to AllowsAnimation flag
bool allowsAnimation() const { return mbAllowsAnimation; }