diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-09-06 10:44:05 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-01-17 16:08:47 +0100 |
commit | 17bb38262471cf68167fa11ad875c2785f43a341 (patch) | |
tree | b45164db62a513cbf0a896d32e74eede96a9ac02 /vcl/inc | |
parent | 9ec3b1e1bfd38a7a26b8f22024b0d62f771fd5a5 (diff) |
Convert bTimer => bIdle
All other places already refer to being Idle, so change the
Scheduler::ProcessTaskScheduling argument to bIdle and adapt
all other scheduler-related functions.
Change-Id: If5a605abbc3e620092127b65ada29f11215a0343
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/saltimer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/saltimer.hxx b/vcl/inc/saltimer.hxx index 72b1eb8e14fa..c2e2c2300f30 100644 --- a/vcl/inc/saltimer.hxx +++ b/vcl/inc/saltimer.hxx @@ -70,7 +70,7 @@ struct ImplSchedulerData void Invoke(); const char *GetDebugName() const; - static ImplSchedulerData *GetMostImportantTask( bool bTimerOnly, sal_uInt64 nTimeNow ); + static ImplSchedulerData *GetMostImportantTask( bool bIdle, sal_uInt64 nTimeNow ); }; #endif // INCLUDED_VCL_INC_SALTIMER_HXX |