diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterTimer.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx index 96668e91cf7a..d3362ee2d68d 100644 --- a/sdext/source/presenter/PresenterTimer.cxx +++ b/sdext/source/presenter/PresenterTimer.cxx @@ -224,6 +224,8 @@ void TimerScheduler::CancelTask (const sal_Int32 nTaskId) void SAL_CALL TimerScheduler::run (void) { + osl_setThreadName("sdext::presenter::TimerScheduler"); + while (true) { // Get the current time. |