From a1dc5e97da273bf35d58d54e625149022569a993 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 16 Dec 2014 01:56:58 +0100 Subject: 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 --- sc/source/core/data/formulacell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/core/data') diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 7cf065650209..56776aebd49c 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 ), -- cgit v1.2.3