diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-16 14:13:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-16 15:21:38 +0100 |
commit | 119b0a666d49c54f6be00ff12d3bc9e129f8f339 (patch) | |
tree | d3ff3f2a7418c6a792f3a7e1fb99de9b8c0e68db /sdext | |
parent | 3f7048446185b59cd5ddf04a4f08ab10481e3ac7 (diff) |
callcatcher: update list
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterTimer.cxx | 9 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterTimer.hxx | 4 |
2 files changed, 0 insertions, 13 deletions
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 |