summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2015-03-05 11:57:50 +0000
committerTobias Madl <tobias.madl.dev@gmail.com>2015-03-05 11:57:50 +0000
commitd8d910e0771f76a010abf3d7d8e722830aa8adc8 (patch)
treea5cbd27cff52d2a066572a111674f65be5c64e93
parentfb2b2777e452a99d06d8b6425614edfd34f99f5d (diff)
Clean up minor fixes
Change-Id: Icdf85d6f6f5734a3cf952def8782efe9edc7c0a9
-rw-r--r--vcl/source/app/svapp.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 33fbf0a55c1e..0064ec0e8242 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -346,7 +346,7 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents )
//while ( pSVData->mbNotAllTimerCalled )
// Timer::ImplTimerCallbackProc();
- //Process all idles
+ //Process all Tasks
Scheduler::ProcessTaskScheduling(false);
pSVData->maAppData.mnDispatchLevel++;
@@ -367,6 +367,7 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents )
// e.g. on OS X; need to trigger timer checks manually
if( pSVData->maAppData.mbNoYield )
{
+ //Process all timers
Scheduler::ProcessTaskScheduling(true);
}