sc/inc/types.hxx | 1 - sc/source/core/data/formulacell.cxx | 3 --- 2 files changed, 4 deletions(-)
New commits: commit 264c6e4c522d828e7f3f6ac106763278f30c7e9b Author: Tor Lillqvist <[email protected]> Date: Tue Sep 29 11:24:15 2015 +0300 Bin code that died in f2b93f2e314215d6342e0bd5727e6740cc15e29c Change-Id: Ib2df51589726c0163b8cbb5434c9017d358abc78 diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx index 77934f0..ed944b0 100644 --- a/sc/inc/types.hxx +++ b/sc/inc/types.hxx @@ -78,7 +78,6 @@ enum GroupCalcState enum OpenCLKernelState { OpenCLKernelNone = 0, - OpenCLKernelCompilationScheduled, OpenCLKernelBinaryCreated }; diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index cb3764b..6be8b2e 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult() bool ScFormulaCell::NeedsInterpret() const { - if (mxGroup && mxGroup->meKernelState == sc::OpenCLKernelCompilationScheduled) - return false; - if (!IsDirtyOrInTableOpDirty()) return false; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
