[Libreoffice-commits] core.git: sc/source

Michael Meeks michael.meeks at collabora.com
Sat May 24 13:43:21 PDT 2014


 sc/source/core/data/formulacell.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 8400f1092d2ac38ff0570837957250f45c6e156d
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Sat May 24 21:43:16 2014 +0100

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

diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 69debaf..1e63308 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -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 );


More information about the Libreoffice-commits mailing list