Kaydet (Commit) 4271a447 authored tarafından Michael Meeks's avatar Michael Meeks

tdf#114025 - minimal and not entirely convincing fix for assertion failure.

Almost certainly most of the sfx code needs guarding with the SolarMutex.

Change-Id: Ied52f1e57c44c20486777e08a901060c191043a2
Reviewed-on: https://gerrit.libreoffice.org/45233Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 1aedb6c4
...@@ -218,6 +218,7 @@ void SfxApplication::Initialize_Impl() ...@@ -218,6 +218,7 @@ void SfxApplication::Initialize_Impl()
if (!utl::ConfigManager::IsFuzzing()) if (!utl::ConfigManager::IsFuzzing())
{ {
SolarMutexGuard aGuard;
//ensure instantiation of listener that manages the internal recently-used //ensure instantiation of listener that manages the internal recently-used
//list //list
SfxPickList::ensure(); SfxPickList::ensure();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment