[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 10:35:16 PDT 2012


 sc/source/core/data/fillinfo.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 52031d3135b4f06bb7b33cfce84a58eec426731a
Author: Markus Mohrhard <markus.mohrhard at 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)


More information about the Libreoffice-commits mailing list