summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-17 16:10:35 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:24 +0200
commit18d80b5ec0a82e72e23558ca9b8e971ac35a7592 (patch)
tree6676e585cce7aa4330da42d1bab96d89e0c12896 /sc
parent80a4a753c5accfea756c4b357fc1586e8afbead8 (diff)
Wrong config option name.
Change-Id: Ibbd2d9ed7ee20b8cc911bb5f3247bade617b7c74
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/formulaopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/formulaopt.cxx b/sc/source/core/tool/formulaopt.cxx
index 4c926e96f792..f6499272ef64 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();