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
This commit is contained in:
Michael Meeks
2015-01-21 15:17:05 +00:00
parent 148e489e33
commit aa943c3938

View File

@@ -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();