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

Kohei Yoshida kohei.yoshida at collabora.com
Wed Jan 8 11:55:09 PST 2014


 sc/source/core/opencl/formulagroupcl.cxx |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

New commits:
commit 91b2be943e544a2e5c9e98f9ee7b816c40d1f076
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Wed Jan 8 14:55:40 2014 -0500

    Cleanup.
    
    Change-Id: Ia2440fb0e81786bc82fc982fcb4da7bbc70e014b

diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 38c91a9..6e347bd 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -3356,20 +3356,15 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc,
 #endif
     }
     return true;
-} // namespace opencl
+}
 
-}} // namespace sc
+}} // namespace sc::opencl
 
 extern "C" {
 
 SAL_DLLPUBLIC_EXPORT sc::FormulaGroupInterpreter* SAL_CALL
                    createFormulaGroupOpenCLInterpreter()
 {
-#if 0// USE_GROUNDWATER_INTERPRETER
-    if (getenv("SC_GROUNDWATER"))
-        return new sc::opencl::FormulaGroupInterpreterGroundwater();
-#endif
-
     return new sc::opencl::FormulaGroupInterpreterOpenCL();
 }
 


More information about the Libreoffice-commits mailing list