Kaydet (Commit) be08f61d authored tarafından Armin Le Grand's avatar Armin Le Grand

Disabled async/parallel chart loading for now

Need to check deeper for circumstances leading to problems

Change-Id: I58c9601008edc53c958d59d04a30d11bc0c1bba3
üst f374e01a
......@@ -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 ||
......
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