summaryrefslogtreecommitdiff
path: root/sc/source/core/data
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-12-16 01:56:58 +0100
committerEike Rathke <erack@redhat.com>2014-12-16 02:29:12 +0100
commit71868d36c77d770099658ebb6a1c29af1da53eba (patch)
tree9af0ab270f5b20926d1ab762c5ce15bd49d0bb1d /sc/source/core/data
parentce2c2affdff3eb2616638eddae7334eba43d5b4a (diff)
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 (cherry picked from commit a1dc5e97da273bf35d58d54e625149022569a993)
Diffstat (limited to 'sc/source/core/data')
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index e68fe1673367..8f78e8b21935 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -751,7 +751,7 @@ ScFormulaCell::ScFormulaCell(
nSeenInIteration(0),
cMatrixFlag ( cInd ),
nFormatType(xGroup->mnFormatType),
- bDirty(false),
+ bDirty(true),
bChanged( false ),
bRunning( false ),
bCompile( false ),