Kaydet (Commit) 8400f109 authored tarafından Michael Meeks's avatar Michael Meeks

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

Change-Id: I08bae50685ce52b8329b11b8ca3d083648dfc6fc
üst 4a5d600a
......@@ -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 );
......
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