From dfd0b37d82db6cb8f02b48e735cf6caacc2420e4 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 28 Jun 2013 16:38:19 -0400 Subject: This is not needed. Change-Id: I382b9d485b7bb58656561c4790580c9bc6339889 --- sc/source/core/data/documen9.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc') 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(maTabs.size()); nTab++) if (maTabs[nTab]) -- cgit