diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-28 16:38:19 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-01 10:29:19 -0400 |
commit | dfd0b37d82db6cb8f02b48e735cf6caacc2420e4 (patch) | |
tree | 46a8be457579a1c20109c1e4f50129b1b4da44b6 /sc | |
parent | 1968e62d9f242ef5857dda0e09382fd6f59f8e0b (diff) |
This is not needed.
Change-Id: I382b9d485b7bb58656561c4790580c9bc6339889
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/documen9.cxx | 3 |
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]) |