[Libreoffice-commits] .: sc/source

Sebastian Spaeth spaetz at kemper.freedesktop.org
Wed Nov 10 01:03:46 PST 2010


 sc/source/ui/navipi/content.cxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 67874bf1e44d655da3a724dd923151c941c947e6
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Tue Nov 9 20:06:17 2010 -0800

    Bitmap Tree Cleanup - calc
    
    Removed all references to HIGHCONTRAST mode from svtools classes:
    	SvImpLBox
    	SvTreeListBox
    
    The reset is just fall out.

diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index bf78fc2..41e5f78 100644
--- a/sc/source/ui/navipi/content.cxx
+++ b/sc/source/ui/navipi/content.cxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -169,10 +169,6 @@ void ScContentTree::InitRoot( USHORT nType )
     USHORT nPos = nRootType ? 0 : pPosList[nType]-1;
     SvLBoxEntry* pNew = InsertEntry( aName, rImage, rImage, NULL, FALSE, nPos );
 
-    const Image& rHCImage = aHCEntryImages.GetImage( nType );
-    SetExpandedEntryBmp( pNew, rHCImage, BMP_COLOR_HIGHCONTRAST );
-    SetCollapsedEntryBmp( pNew, rHCImage, BMP_COLOR_HIGHCONTRAST );
-
     pRootNodes[nType] = pNew;
 }
 


More information about the Libreoffice-commits mailing list