summaryrefslogtreecommitdiff
path: root/vcl/source/image/ImageList.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/image/ImageList.cxx')
-rw-r--r--vcl/source/image/ImageList.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/vcl/source/image/ImageList.cxx b/vcl/source/image/ImageList.cxx
index 748e19da8fb7..e9b8c33d96c4 100644
--- a/vcl/source/image/ImageList.cxx
+++ b/vcl/source/image/ImageList.cxx
@@ -120,19 +120,12 @@ void ImageList::InsertFromHorizontalStrip( const BitmapEx &rBitmapEx,
void ImageList::InsertFromHorizontalBitmap( const ResId& rResId,
sal_uInt16 nCount,
- const Color *pMaskColor,
const Color *pSearchColors,
const Color *pReplaceColors,
sal_uLong nColorCount)
{
BitmapEx aBmpEx( rResId );
- if (!aBmpEx.IsTransparent())
- {
- if( pMaskColor )
- aBmpEx = BitmapEx( aBmpEx.GetBitmap(), *pMaskColor );
- else
- aBmpEx = BitmapEx( aBmpEx.GetBitmap() );
- }
+
if ( nColorCount && pSearchColors && pReplaceColors )
aBmpEx.Replace( pSearchColors, pReplaceColors, nColorCount );