From 119b0a666d49c54f6be00ff12d3bc9e129f8f339 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 16 Apr 2012 14:13:04 +0100 Subject: callcatcher: update list --- sdext/source/presenter/PresenterTimer.cxx | 9 --------- sdext/source/presenter/PresenterTimer.hxx | 4 ---- 2 files changed, 13 deletions(-) (limited to 'sdext/source') diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx index dca44fda0cd9..501f603effe0 100644 --- a/sdext/source/presenter/PresenterTimer.cxx +++ b/sdext/source/presenter/PresenterTimer.cxx @@ -125,15 +125,6 @@ private: //===== PresenterTimer ======================================================== -sal_Int32 PresenterTimer::ScheduleSingleTaskAbsolute ( - const Task& rTask, - const TimeValue& rDueTime) -{ - SharedTimerTask pTask (TimerScheduler::CreateTimerTask(rTask, rDueTime, 0)); - TimerScheduler::Instance()->ScheduleTask(pTask); - return pTask->mnTaskId; -} - sal_Int32 PresenterTimer::ScheduleRepeatedTask ( const Task& rTask, const sal_Int64 nDelay, diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx index eca3dc307dc1..f56fe513fd19 100644 --- a/sdext/source/presenter/PresenterTimer.hxx +++ b/sdext/source/presenter/PresenterTimer.hxx @@ -59,10 +59,6 @@ public: static const sal_Int32 NotAValidTaskId = 0; - static sal_Int32 ScheduleSingleTaskAbsolute ( - const Task& rTask, - const TimeValue& rDueTime); - /** Schedule a task to be executed repeatedly. The task is executed the first time after nFirst nano-seconds (1000000000 corresponds to one second). After that task is executed in intervalls that are -- cgit