summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx b/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
index 33ec3ccd9993..bb3e4d4beb50 100644..100755
--- a/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
+++ b/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx
@@ -40,7 +40,7 @@ class AsynchronousTask;
nMillisecondsBetweenSteps milliseconds as much steps are executed as fit
into a nMaxTimePerStep millisecond intervall.
- When a task is executed completely, i.e. HasNextStep() returns <FALSE/>,
+ When a task is executed completely, i.e. HasNextStep() returns <sal_False/>,
the TimerBasedTaskExecution destroys itself. This, of course, works
only if the creating instance does not hold a shared_ptr to that object.
*/