summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-09-18 19:31:28 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-09-18 19:34:36 +0200
commit52031d3135b4f06bb7b33cfce84a58eec426731a (patch)
treee077e91086d5f084f134ed1229ba33dc3750a191 /sc
parent73bda3572bea446736662bca1ffd654f0d84a3ae (diff)
rows with cond formats don't have empty background, fdo#54661, fdo#52535
Change-Id: Iecab7e80c533caa4e36b6d2534d8446c0329fecd
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/fillinfo.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx
index 65b93cb72f43..ad9faa90d4ba 100644
--- a/sc/source/core/data/fillinfo.cxx
+++ b/sc/source/core/data/fillinfo.cxx
@@ -490,6 +490,8 @@ void ScDocument::FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX
RowInfo* pThisRowInfo = &pRowInfo[nArrY];
if (pBackground != pDefBackground) // Spalten-HG == Standard ?
pThisRowInfo->bEmptyBack = false;
+ if (pCondForm)
+ pThisRowInfo->bEmptyBack = false;
if (bAutoFilter)
pThisRowInfo->bAutoFilter = true;
if (bPushButton)