summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTimer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterTimer.hxx')
-rw-r--r--sdext/source/presenter/PresenterTimer.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx
index a5c111965917..812c0dfed5f0 100644
--- a/sdext/source/presenter/PresenterTimer.hxx
+++ b/sdext/source/presenter/PresenterTimer.hxx
@@ -70,6 +70,11 @@ public:
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
+ nIntervall ns long until CancelTask is called.
+ */
static sal_Int32 ScheduleRepeatedTask (
const Task& rTask,
const sal_Int64 nFirst,