summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-04 16:22:51 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-04 16:22:51 +0000
commit417e614364cf7dda31f4ab147c773bbc5f332dbe (patch)
tree359882ba9511cbe5be56225a71835d1d5584e9f0
parente2474aab1b7d51d5380de07d5bccd793c23fdab3 (diff)
INTEGRATION: CWS iconupdate300u1 (1.3.26); FILE MERGED
2008/05/29 16:47:27 ka 1.3.26.1: #i80705#: using alpha blending/greyscaling to display disabled icons
-rw-r--r--vcl/inc/vcl/image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/vcl/image.h b/vcl/inc/vcl/image.h
index 829c94990cd4..c1d708063d65 100644
--- a/vcl/inc/vcl/image.h
+++ b/vcl/inc/vcl/image.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: image.h,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -66,14 +66,14 @@ public:
private:
BitmapEx maBmpEx;
- Bitmap maDisabledBmp;
+ BitmapEx maDisabledBmpEx;
BitmapEx* mpDisplayBmp;
Size maSize;
BYTE* mpInfoAry;
USHORT mnSize;
void ImplUpdateDisplayBmp( OutputDevice* pOutDev );
- void ImplUpdateDisabledBmp( int nPos );
+ void ImplUpdateDisabledBmpEx( int nPos );
private: // prevent assignment and copy construction
ImplImageBmp( const ImplImageBmp& );