[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 12:09:29 PDT 2012


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

New commits:
commit e80b2d5d6caf50f9c7f48e1b532e7d6fddeb4e45
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
    Signed-off-by: Kohei Yoshida <kohei.yoshida at gmail.com>

diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx
index 4b29883..fbc2d64 100644
--- a/sc/source/core/data/fillinfo.cxx
+++ b/sc/source/core/data/fillinfo.cxx
@@ -495,6 +495,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