[Libreoffice-commits] core.git: svtools/source

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Thu Oct 2 15:01:15 PDT 2014


 svtools/source/contnr/treelistbox.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 268b9c10c9ff27c74678ace99762f28d58d33012
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Thu Oct 2 23:04:32 2014 +0200

    fdo#84592 Fix wrong background color in lists
    
    Change-Id: Ie154bfb15a19ae98b2bc4eb6626240a00cf182d4

diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index b991693..35c47af 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -3022,8 +3022,6 @@ long SvTreeListBox::PaintEntry1(SvTreeListEntry* pEntry,long nLine,sal_uInt16 nT
                     SetTextColor( aBackupTextColor );
                     Control::SetFont( aBackupFont );
                 }
-                else
-                  aWallpaper.SetColor( pEntry->GetBackColor() );
             }
 
             // draw background


More information about the Libreoffice-commits mailing list