summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:00:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:22 +0100
commite7d1a81ee3befa9e9444fe5bf5c4ced9c98eecf5 (patch)
tree2db78bd7a366ad8fe8f304f5d5e51b3c8017984c /sdext
parent41b0357fb71844c9130e1222a15a4da1fa5866e5 (diff)
bool improvements
Change-Id: I969de97522ae2e3f8693e82a500a73e28451ef77
Diffstat (limited to 'sdext')
-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;