summaryrefslogtreecommitdiff
path: root/include/svx/sdr/animation
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/animation')
-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 5a5ca9ea87e0..1feda3ae0ccc 100644
--- a/include/svx/sdr/animation/scheduler.hxx
+++ b/include/svx/sdr/animation/scheduler.hxx
@@ -116,7 +116,7 @@ namespace sdr
virtual ~Scheduler();
// From baseclass Timer, the timeout call
- virtual void Timeout() SAL_OVERRIDE;
+ virtual void Invoke() SAL_OVERRIDE;
// get time
SAL_DLLPRIVATE sal_uInt32 GetTime() { return mnTime; }