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

construct grouped ScFormulaCell with bDirty=true, fdo#79249 related

Noticed when loading
https://bugs.freedesktop.org/attachment.cgi?id=99844
with fdo#79249 fix where oox::xls::applyCellFormulas() groups the
consecutive =#N/A formulas. Only A1 result was displayed, other cells
were displayed empty.

Change-Id: I3a541f74d3d25e1515a1c6d47f02ec6a8e817c93
üst 994607b5
...@@ -751,7 +751,7 @@ ScFormulaCell::ScFormulaCell( ...@@ -751,7 +751,7 @@ ScFormulaCell::ScFormulaCell(
nSeenInIteration(0), nSeenInIteration(0),
cMatrixFlag ( cInd ), cMatrixFlag ( cInd ),
nFormatType(xGroup->mnFormatType), nFormatType(xGroup->mnFormatType),
bDirty(false), bDirty(true),
bChanged( false ), bChanged( false ),
bRunning( false ), bRunning( false ),
bCompile( false ), bCompile( false ),
......
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