From e7d1a81ee3befa9e9444fe5bf5c4ced9c98eecf5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 Jan 2014 20:00:18 +0100 Subject: bool improvements Change-Id: I969de97522ae2e3f8693e82a500a73e28451ef77 --- sdext/source/presenter/PresenterTimer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext') 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; -- cgit