Kaydet (Commit) 3ada44f6 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

tdf99069: lock the solar mutex before updating sidebar

Change-Id: I55808b72bcebab95ead3e140c9da94596826c27d
Reviewed-on: https://gerrit.libreoffice.org/23811Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 17b4b5d0
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include <svx/xfltrit.hxx> #include <svx/xfltrit.hxx>
#include <svx/xflftrit.hxx> #include <svx/xflftrit.hxx>
#include <svx/unomid.hxx> #include <svx/unomid.hxx>
#include <vcl/svapp.hxx>
#include <svx/tbcontrl.hxx> #include <svx/tbcontrl.hxx>
...@@ -391,6 +392,7 @@ void ChartAreaPanel::updateData() ...@@ -391,6 +392,7 @@ void ChartAreaPanel::updateData()
if (!xInfo.is()) if (!xInfo.is())
return; return;
SolarMutexGuard aGuard;
if (xInfo->hasPropertyByName("FillStyle")) if (xInfo->hasPropertyByName("FillStyle"))
{ {
css::drawing::FillStyle eFillStyle = css::drawing::FillStyle_SOLID; css::drawing::FillStyle eFillStyle = css::drawing::FillStyle_SOLID;
......
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