summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-08-08 15:02:52 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2017-08-22 10:51:35 +0200
commit3b9a535ee41e85fd30381432b245252d1e97b8f9 (patch)
treea8448c8f27b58f1352ab3aa42c00b2b38659b9ad
parentPut flatpak-builder manifest file into core repo (diff)
downloadcore-3b9a535ee41e85fd30381432b245252d1e97b8f9.tar.gz
core-3b9a535ee41e85fd30381432b245252d1e97b8f9.zip
The scheduler timer starts without SolarMutex
The backend is resposible to correctly start the timer. Otherwise you can't start new Tasks without the SolarMutex. Change-Id: I4e066fceb513d0de90b58854baf3e45f2b8ff25b
-rw-r--r--vcl/source/app/scheduler.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 72653436e1c6..0d3fb2f8ba0b 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -170,8 +170,6 @@ void Scheduler::ImplStartTimer(sal_uInt64 nMS, bool bForce, sal_uInt64 nTime)
if ( !rSchedCtx.mbActive )
return;
- DBG_TESTSOLARMUTEX();
-
if (!rSchedCtx.mpSalTimer)
{
rSchedCtx.mnTimerStart = 0;