summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-08 18:11:42 +0200
committerArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-08 18:14:07 +0200
commitbe08f61d6f4121079c534af386139db23d0dd2c3 (patch)
treefda573f4bc29127224c2e6106e014df03cbea9e3 /sw
parentf374e01af32c7752b31455642e7d76f2056a2aeb (diff)
Disabled async/parallel chart loading for now
Need to check deeper for circumstances leading to problems Change-Id: I58c9601008edc53c958d59d04a30d11bc0c1bba3
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/ole/ndole.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 3701dba33e1b..e569adeebf3c 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -1078,7 +1078,9 @@ drawinglayer::primitive2d::Primitive2DContainer SwOLEObj::tryToGetChartContentAs
// loaded using own instance of comphelper::ThreadPool,
// see getLocalThreadPool(). Disable via bool below if
// trouble surfaces somewhere
- static bool bAnynchronousLoadingAllowed = true;
+
+ // disabled fro now, need to check deeper
+ static bool bAnynchronousLoadingAllowed = false;
if(bSynchron ||
!bAnynchronousLoadingAllowed ||