ODS load perf: remove left-over / debugging getenv.

Change-Id: I08bae50685ce52b8329b11b8ca3d083648dfc6fc
This commit is contained in:
Michael Meeks
2014-05-24 21:43:16 +01:00
parent 4a5d600a0a
commit 8400f1092d

View File

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