Bin code that died in f2b93f2e31
Change-Id: Ib2df51589726c0163b8cbb5434c9017d358abc78
This commit is contained in:
@@ -78,7 +78,6 @@ enum GroupCalcState
|
|||||||
enum OpenCLKernelState
|
enum OpenCLKernelState
|
||||||
{
|
{
|
||||||
OpenCLKernelNone = 0,
|
OpenCLKernelNone = 0,
|
||||||
OpenCLKernelCompilationScheduled,
|
|
||||||
OpenCLKernelBinaryCreated
|
OpenCLKernelBinaryCreated
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult()
|
|||||||
|
|
||||||
bool ScFormulaCell::NeedsInterpret() const
|
bool ScFormulaCell::NeedsInterpret() const
|
||||||
{
|
{
|
||||||
if (mxGroup && mxGroup->meKernelState == sc::OpenCLKernelCompilationScheduled)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
if (!IsDirtyOrInTableOpDirty())
|
if (!IsDirtyOrInTableOpDirty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user