Kaydet (Commit) df6f5c80 authored tarafından Eike Rathke's avatar Eike Rathke

typo meVolaileType -> meVolatileType

üst fbc30846
......@@ -179,7 +179,7 @@ private:
bool bCalcAsShown; // precision as shown
bool bMatrixFormula; // formula cell is a matrix formula
VolatileType meVolaileType;
VolatileType meVolatileType;
//---------------------------------Funktionen in interpre.cxx---------
// nMust <= nAct <= nMax ? ok : PushError
......
......@@ -3330,8 +3330,8 @@ void ScInterpreter::ScMacro()
PushString( refRes->GetString() );
}
if (bVolatileMacro && meVolaileType == NOT_VOLATILE)
meVolaileType = VOLATILE_MACRO;
if (bVolatileMacro && meVolatileType == NOT_VOLATILE)
meVolatileType = VOLATILE_MACRO;
}
......@@ -3635,7 +3635,7 @@ ScInterpreter::ScInterpreter( ScFormulaCell* pCell, ScDocument* pDoc,
pFormatter( pDoc->GetFormatTable() ),
mnStringNoValueError( errNoValue),
bCalcAsShown( pDoc->GetDocOptions().IsCalcAsShown() ),
meVolaileType(r.IsRecalcModeAlways() ? VOLATILE : NOT_VOLATILE)
meVolatileType(r.IsRecalcModeAlways() ? VOLATILE : NOT_VOLATILE)
{
RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "sc", "er", "ScInterpreter::ScTTT" );
......@@ -4078,7 +4078,7 @@ StackVar ScInterpreter::Interpret()
}
if (FormulaCompiler::IsOpCodeVolatile(eOp))
meVolaileType = VOLATILE;
meVolatileType = VOLATILE;
// Remember result matrix in case it could be reused.
if (pTokenMatrixMap && sp && GetStackType() == svMatrix)
......
......@@ -353,7 +353,7 @@ ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR)
ScInterpreter::VolatileType ScInterpreter::GetVolatileType() const
{
return meVolaileType;
return meVolatileType;
}
ScMatrixRef ScInterpreter::CreateMatrixFromDoubleRef( const FormulaToken* pToken,
......
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