summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterTimer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterTimer.cxx')
-rw-r--r--sdext/source/presenter/PresenterTimer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx
index d0ca110f429d..f80e6eded6b5 100644
--- a/sdext/source/presenter/PresenterTimer.cxx
+++ b/sdext/source/presenter/PresenterTimer.cxx
@@ -224,7 +224,7 @@ void TimerScheduler::CancelTask (const sal_Int32 nTaskId)
void SAL_CALL TimerScheduler::run (void)
{
- while (1)
+ while (true)
{
// Get the current time.
TimeValue aCurrentTime;