summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen9.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-06-28 16:38:19 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-01 10:29:19 -0400
commitdfd0b37d82db6cb8f02b48e735cf6caacc2420e4 (patch)
tree46a8be457579a1c20109c1e4f50129b1b4da44b6 /sc/source/core/data/documen9.cxx
parent1968e62d9f242ef5857dda0e09382fd6f59f8e0b (diff)
This is not needed.
Change-Id: I382b9d485b7bb58656561c4790580c9bc6339889
Diffstat (limited to 'sc/source/core/data/documen9.cxx')
-rw-r--r--sc/source/core/data/documen9.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/data/documen9.cxx b/sc/source/core/data/documen9.cxx
index c4c14092366b..3d9110b3936a 100644
--- a/sc/source/core/data/documen9.cxx
+++ b/sc/source/core/data/documen9.cxx
@@ -690,9 +690,6 @@ void ScDocument::ApplyAsianEditSettings( ScEditEngineDefaulter& rEngine )
void ScDocument::RebuildFormulaGroups()
{
- if (!ScInterpreter::GetGlobalConfig().mbOpenCLEnabled)
- return;
-
SCTAB nTab;
for (nTab=0; nTab < static_cast<SCTAB>(maTabs.size()); nTab++)
if (maTabs[nTab])