chart2/source/view/main/ChartView.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 54f1a8c63c40222169014ace6878b0dccb7ec98e Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Dec 31 21:06:05 2013 +0100 we need to take the solar mutex Change-Id: Iacaeaab565a5c823cef6664042566ad10d3e0841 diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 72b0d95..5816927 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -139,7 +139,10 @@ private: for(size_t i = 0; i < 60; ++i) { mrChartView.setViewDirty(); - mrChartView.update(); + { + SolarMutexGuard aSolarGuard; + mrChartView.update(); + } wait(aTime); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits