Clear the cache here too.
Change-Id: I4dcc7244e508fcdf484b73dc843b21f4b0a18a73
This commit is contained in:
parent
cc780dbe1d
commit
90bac31f6e
@ -3583,6 +3583,8 @@ void ScDocument::InterpretDirtyCells( const ScRangeList& rRanges )
|
||||
if (!GetAutoCalc())
|
||||
return;
|
||||
|
||||
mpFormulaGroupCxt.reset();
|
||||
|
||||
for (size_t nPos=0, nRangeCount = rRanges.size(); nPos < nRangeCount; nPos++)
|
||||
{
|
||||
const ScRange& rRange = *rRanges[nPos];
|
||||
@ -3596,6 +3598,8 @@ void ScDocument::InterpretDirtyCells( const ScRangeList& rRanges )
|
||||
rRange.aStart.Col(), rRange.aStart.Row(), rRange.aEnd.Col(), rRange.aEnd.Row());
|
||||
}
|
||||
}
|
||||
|
||||
mpFormulaGroupCxt.reset();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user