sc/source/core/data/fillinfo.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 52031d3135b4f06bb7b33cfce84a58eec426731a Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Sep 18 19:31:28 2012 +0200 rows with cond formats don't have empty background, fdo#54661, fdo#52535 Change-Id: Iecab7e80c533caa4e36b6d2534d8446c0329fecd diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx index 65b93cb..ad9faa9 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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits