summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-13 17:22:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-13 21:01:39 +0000
commitfd0a0308b1c266977beb5f331c77808c45efad7e (patch)
tree2e1ec846b68ca18a3768657b621d59a5e9c55e44 /basctl/source/basicide/bastype3.cxx
parentb1a02ab487986762326f390a64e0027d516a90cc (diff)
remove hicontrast stuff
Diffstat (limited to 'basctl/source/basicide/bastype3.cxx')
-rw-r--r--basctl/source/basicide/bastype3.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx
index 3f114b190587..9b1a18614f1e 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -123,8 +123,7 @@ void __EXPORT BasicTreeListBox::RequestingChilds( SvLBoxEntry* pEntry )
// exchange image
bool bDlgMode = ( nMode & BROWSEMODE_DIALOGS ) && !( nMode & BROWSEMODE_MODULES );
Image aImage( IDEResId( bDlgMode ? RID_IMG_DLGLIB : RID_IMG_MODLIB ) );
- Image aImageHC( IDEResId( bDlgMode ? RID_IMG_DLGLIB_HC : RID_IMG_MODLIB_HC ) );
- SetEntryBitmaps( pEntry, aImage, aImageHC );
+ SetEntryBitmaps( pEntry, aImage );
}
else
{