summaryrefslogtreecommitdiff
path: root/include/svx/sdr/animation/scheduler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/animation/scheduler.hxx')
-rw-r--r--include/svx/sdr/animation/scheduler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/animation/scheduler.hxx b/include/svx/sdr/animation/scheduler.hxx
index 90f13245ba31..4a7b177e1cd0 100644
--- a/include/svx/sdr/animation/scheduler.hxx
+++ b/include/svx/sdr/animation/scheduler.hxx
@@ -116,7 +116,7 @@ namespace sdr
SVX_DLLPUBLIC virtual ~Scheduler();
// From baseclass Timer, the timeout call
- SVX_DLLPUBLIC virtual void Timeout();
+ SVX_DLLPUBLIC virtual void Timeout() SAL_OVERRIDE;
// get time
sal_uInt32 GetTime();