From 52031d3135b4f06bb7b33cfce84a58eec426731a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 18 Sep 2012 19:31:28 +0200 Subject: rows with cond formats don't have empty background, fdo#54661, fdo#52535 Change-Id: Iecab7e80c533caa4e36b6d2534d8446c0329fecd --- sc/source/core/data/fillinfo.cxx | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3