From 49a7e6a7f48c8606346df8c7cfae8c912dde0560 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Thu, 11 Nov 2010 12:18:33 -0800 Subject: Removed BmpColorMode(SvLBoxContextBmp_Impl and SvLBoxButtonData) - libs-core --- formula/source/ui/dlg/structpg.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'formula/source/ui/dlg/structpg.cxx') diff --git a/formula/source/ui/dlg/structpg.cxx b/formula/source/ui/dlg/structpg.cxx index 867784989108..b71d25453921 100644 --- a/formula/source/ui/dlg/structpg.cxx +++ b/formula/source/ui/dlg/structpg.cxx @@ -65,10 +65,6 @@ SvLBoxEntry* StructListBox::InsertStaticEntry( SvLBoxEntry* pParent, ULONG nPos, IFormulaToken* pToken ) { SvLBoxEntry* pEntry = InsertEntry( rText, rEntryImg, rEntryImg, pParent, FALSE, nPos, pToken ); - SvLBoxContextBmp* pBmpItem = static_cast< SvLBoxContextBmp* >( pEntry->GetFirstItem( SV_ITEM_ID_LBOXCONTEXTBMP ) ); - DBG_ASSERT( pBmpItem, "StructListBox::InsertStaticEntry - missing item" ); - pBmpItem->SetBitmap1( rEntryImgHC, BMP_COLOR_HIGHCONTRAST ); - pBmpItem->SetBitmap2( rEntryImgHC, BMP_COLOR_HIGHCONTRAST ); return pEntry; } -- cgit