[Libreoffice-commits] core.git: Branch 'feature/calc-pluggable-opencl' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Tue Sep 17 13:08:53 PDT 2013


 sc/source/core/tool/formulaopt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4627848cbeff9226b9d269e43e4008e1283d498
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Tue Sep 17 16:10:35 2013 -0400

    Wrong config option name.
    
    Change-Id: Ibbd2d9ed7ee20b8cc911bb5f3247bade617b7c74

diff --git a/sc/source/core/tool/formulaopt.cxx b/sc/source/core/tool/formulaopt.cxx
index 4c926e9..f649927 100644
--- a/sc/source/core/tool/formulaopt.cxx
+++ b/sc/source/core/tool/formulaopt.cxx
@@ -216,7 +216,7 @@ Sequence<OUString> ScFormulaCfg::GetPropertyNames()
         "Load/ODFRecalcMode",            // SCFORMULAOPT_ODF_RECALC
         "Calculation/OpenCL",            // SCFORMULAOPT_OPENCL_ENABLED
         "Calculation/OpenCLAutoSelect",  // SCFORMULAOPT_OPENCL_AUTOSELECT
-        "Calculation/OpenCLDevice"       // SCFORMULAOPT_OPENCL_DEVICE
+        "Calculation/OpenCLAutoDevice"   // SCFORMULAOPT_OPENCL_DEVICE
     };
     Sequence<OUString> aNames(SCFORMULAOPT_COUNT);
     OUString* pNames = aNames.getArray();


More information about the Libreoffice-commits mailing list