From aa943c3938e19ada039ddf63f3a0b2cfba3584b8 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 21 Jan 2015 15:17:05 +0000 Subject: [PATCH] Revert "Globally disable threading for these for now." This effctively reverts commit d677bf455f08264096edd13e3306c55f74f7ee1d. It appears that the memory corruption was an out-of-memory condition on 32bit Windows, so restore XclExpRow threading for now. Change-Id: I85e61e5850bd8ff3288dac39de7699cd05dd4de8 --- sc/source/filter/excel/xetable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx index 807ea80bde84..70f3373771b4 100644 --- a/sc/source/filter/excel/xetable.cxx +++ b/sc/source/filter/excel/xetable.cxx @@ -2065,7 +2065,7 @@ void XclExpRowBuffer::Finalize( XclExpDefaultRowData& rDefRowData, const ScfUInt GetProgressBar().ActivateFinalRowsSegment(); -#if 0 +#if 1 // This is staggeringly slow, and each element operates only // on its own data. const size_t nRows = maRowMap.size();