diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-09-10 07:54:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-09-10 07:55:29 +0200 |
commit | da25c271cec8721d2ae5907da1de9fdcf7e2eb4c (patch) | |
tree | bdaa4fd1a1c9ef1d91818a2097bffcf5234b2739 /sdext | |
parent | c75c8d7d11bbf57d9bbc0d748e07386473f67f7b (diff) |
Drop unused parts
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterTimer.cxx | 10 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterTimer.hxx | 4 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx index f4a5618353c9..74517944f5e8 100644 --- a/sdext/source/presenter/PresenterTimer.cxx +++ b/sdext/source/presenter/PresenterTimer.cxx @@ -137,16 +137,6 @@ bool GetDateTime (oslDateTime& rDateTime); //===== PresenterTimer ======================================================== -sal_Int32 PresenterTimer::ScheduleSingleTaskRelative ( - const Task& rTask, - const sal_Int64 nDelay) -{ - return ScheduleRepeatedTask(rTask, nDelay, 0); -} - - - - sal_Int32 PresenterTimer::ScheduleSingleTaskAbsolute ( const Task& rTask, const TimeValue& rDueTime) diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx index 19d9e0637258..89232e686d47 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 ScheduleSingleTaskRelative ( - const Task& rTask, - const sal_Int64 nDelay); - static sal_Int32 ScheduleSingleTaskAbsolute ( const Task& rTask, const TimeValue& rDueTime); |