summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/sidebar/ChartAreaPanel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.cxx b/chart2/source/controller/sidebar/ChartAreaPanel.cxx
index 103921412d24..09d0b2c433c1 100644
--- a/chart2/source/controller/sidebar/ChartAreaPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartAreaPanel.cxx
@@ -18,6 +18,7 @@
#include <svx/xfltrit.hxx>
#include <svx/xflftrit.hxx>
#include <svx/unomid.hxx>
+#include <vcl/svapp.hxx>
#include <svx/tbcontrl.hxx>
@@ -391,6 +392,7 @@ void ChartAreaPanel::updateData()
if (!xInfo.is())
return;
+ SolarMutexGuard aGuard;
if (xInfo->hasPropertyByName("FillStyle"))
{
css::drawing::FillStyle eFillStyle = css::drawing::FillStyle_SOLID;