diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 18:47:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 20:34:55 +0000 |
commit | 59ad262ab97c497c3e8a24d2e4a65b38f1d1dbec (patch) | |
tree | 246bfb7a2d60e020949604ba0b5c68a0f4042677 /include/vcl/image.hxx | |
parent | f1a8e00764b32c3b799ecd40dcb4dd632493bc45 (diff) |
last bitmaps that pMaskColor arg was used on converted to true transparency
Change-Id: I99bb32355bc53e2c870f84e60fc1e35b9dfe8270
Diffstat (limited to 'include/vcl/image.hxx')
-rw-r--r-- | include/vcl/image.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx index f2aceb42a9fe..d086c3e75ba2 100644 --- a/include/vcl/image.hxx +++ b/include/vcl/image.hxx @@ -82,7 +82,6 @@ public: const std::vector< OUString > &rNameVector ); void InsertFromHorizontalBitmap(const ResId& rResId, sal_uInt16 nCount, - const Color *pNonAlphaMaskColor, const Color *pSearchColors, const Color *pReplaceColors, sal_uLong nColorCount); |