summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-11 12:18:33 -0800
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-12 10:28:20 +0100
commit49a7e6a7f48c8606346df8c7cfae8c912dde0560 (patch)
tree84b9d4efbfa2820f7b36da42406cffffabc69f71 /formula
parent1a565396616851113cdc0cdc0275bee76e1afe46 (diff)
Removed BmpColorMode(SvLBoxContextBmp_Impl and SvLBoxButtonData) - libs-core
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/structpg.cxx4
1 files changed, 0 insertions, 4 deletions
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;
}