ODS load perf: remove left-over / debugging getenv.
Change-Id: I08bae50685ce52b8329b11b8ca3d083648dfc6fc
This commit is contained in:
@@ -1187,9 +1187,7 @@ void ScFormulaCell::CompileXML( sc::CompileFormulaContext& rCxt, ScProgress& rPr
|
||||
|
||||
bool bSkipCompile = false;
|
||||
|
||||
static bool bNewPath = getenv ("FASTFORMULA");
|
||||
|
||||
if ( bNewPath && !mxGroup && aFormulaNmsp.isEmpty() ) // optimization
|
||||
if ( !mxGroup && aFormulaNmsp.isEmpty() ) // optimization
|
||||
{
|
||||
ScAddress aPreviousCell( aPos );
|
||||
aPreviousCell.IncRow( -1 );
|
||||
|
Reference in New Issue
Block a user