summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-03-24 18:57:18 +0100
committerJan Holesovsky <kendy@collabora.com>2017-03-24 18:57:18 +0100
commit9e42779a79cc37b302236d858aded0abd113ec15 (patch)
treeb6760fc7d8a3eba1d512ef555abfc05d62ef9f09 /vcl/source/app/svapp.cxx
parent83a0659e4fe4dfcc5b61e8dba30304238ee32aaa (diff)
lok: Scheduler::ProcessEventsToIdle() needs the solar mutex locked.
Change-Id: Ibd2e40a995e670db09ca7dbf09465a998f832446
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index f94e9094ae44..6e70a6f04f80 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -551,6 +551,7 @@ extern "C" {
/// used by unit tests that test only via the LOK API
SAL_DLLPUBLIC_EXPORT void unit_lok_process_events_to_idle()
{
+ const SolarMutexGuard aGuard;
Scheduler::ProcessEventsToIdle();
}
}