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
commit52509a422fb185f1540ab1c3997384ce330cd083 (patch)
tree9201c624634d887d402de00f07a530fe9d375163 /formula
parentfbb7205f8f212a0fc18f2de8b31c8d836ff7a6e2 (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 7d541a8d2b..d8497c5e28 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;
}