Kaydet (Commit) e1cbd518 authored tarafından Noel Grandin's avatar Noel Grandin

drop unused FormulaVectorDisabledNotInSoftwareSubset

Change-Id: I6d9b43ce6c72ff876b48bfba4b6de09ed46fd809
Reviewed-on: https://gerrit.libreoffice.org/63946
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 85f129b5
......@@ -1168,8 +1168,6 @@ sc/inc/token.hxx:214
enum ScTableRefToken::Item DATA_TOTALS
sc/inc/types.hxx:38
enum ScMatValType NonvalueMask
sc/inc/types.hxx:56
enum ScFormulaVectorState FormulaVectorDisabledNotInSoftwareSubset
sc/source/filter/lotus/lotread.cxx:41
enum STATE S_WK1
sc/source/ui/inc/viewdata.hxx:43
......
......@@ -53,7 +53,6 @@ enum ScFormulaVectorState
{
FormulaVectorDisabled,
FormulaVectorDisabledNotInSubSet,
FormulaVectorDisabledNotInSoftwareSubset,
FormulaVectorDisabledByOpCode,
FormulaVectorDisabledByStackVariable,
......
......@@ -4732,9 +4732,6 @@ bool ScFormulaCell::InterpretFormulaGroupOpenCL(sc::FormulaLogger::GroupScope& a
case FormulaVectorDisabledByOpCode:
aScope.addMessage("group calc disabled due to vector state (non-vector-supporting opcode)");
break;
case FormulaVectorDisabledNotInSoftwareSubset:
aScope.addMessage("group calc disabled due to vector state (opcode not in software subset)");
break;
case FormulaVectorDisabledByStackVariable:
aScope.addMessage("group calc disabled due to vector state (non-vector-supporting stack variable)");
break;
......
......@@ -1804,7 +1804,6 @@ bool ScTokenArray::IsFormulaVectorDisabled() const
{
case FormulaVectorDisabled:
case FormulaVectorDisabledByOpCode:
case FormulaVectorDisabledNotInSoftwareSubset:
case FormulaVectorDisabledByStackVariable:
case FormulaVectorDisabledNotInSubSet:
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment