[Libreoffice-commits] core.git: Branch 'feature/fixes12' - sc/source

Jan Holesovsky kendy at collabora.com
Tue Nov 17 04:59:43 PST 2015


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

New commits:
commit 59a790f200aa590e73a8865eaa3ab15046d5d0e5
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Nov 17 13:58:45 2015 +0100

    Test commit: enable the software interpreter unconditionally everywhere.
    
    Change-Id: If3257ce83bc04292e2d14b27db5c314554a6d343

diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index b6b6ad9..66c0c40 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -3879,9 +3879,6 @@ bool ScFormulaCell::InterpretFormulaGroup()
             return false;
     }
 
-    if (!ScCalcConfig::isOpenCLEnabled())
-        return false;
-
     // TODO : Disable invariant formula group interpretation for now in order
     // to get implicit intersection to work.
     if (mxGroup->mbInvariant && false)


More information about the Libreoffice-commits mailing list