From d05a64df34fd143670cb939b72abfb32d6b714c7 Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Fri, 6 Mar 2015 14:48:18 +0100 Subject: Timer/Idle: adapted inherited funktions Change-Id: I7714a4638b03d020820b276028c0819ef054fa26 --- include/svx/sdr/animation/scheduler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/sdr') 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; } -- cgit v1.2.3