[Libreoffice-commits] core.git: vcl/source
Jan-Marek Glogowski
glogow at fbihome.de
Wed Sep 20 07:29:47 UTC 2017
vcl/source/app/scheduler.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 69d0cb2ad79243c3fa2f17078ca7e32624a31d6b
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date: Wed Sep 20 09:27:09 2017 +0200
Ignore DrawWorkStartupTimer on Scheduler shutdown
Change-Id: Ia0cf4311b42dfa170ce429a958a26afd9c70ff0c
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index d4d16384137a..f20c3ae41677 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -137,6 +137,7 @@ void Scheduler::ImplDeInitScheduler()
// TODO: remove Task from static object
if ( pTask->GetDebugName() && ( false
|| !strcmp( pTask->GetDebugName(), "desktop::Desktop m_firstRunTimer" )
+ || !strcmp( pTask->GetDebugName(), "DrawWorkStartupTimer" )
|| !strcmp( pTask->GetDebugName(), "editeng::ImpEditEngine aOnlineSpellTimer" )
|| !strcmp( pTask->GetDebugName(), "ImplHandleMouseMsg SalData::mpMouseLeaveTimer" )
|| !strcmp( pTask->GetDebugName(), "sc ScModule IdleTimer" )
More information about the Libreoffice-commits
mailing list