summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-20 09:03:56 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-20 09:03:56 +0000
commit8a622653260b2b49efa20101546b3c0800f361f2 (patch)
tree639b5d30e1ad9da31475151882a978d9900f5c05 /vcl/source/gdi/bitmapex.cxx
parent446506abdecac63d6e3c93c6da609baed0ec09f7 (diff)
Adapted source to UDK212
Diffstat (limited to 'vcl/source/gdi/bitmapex.cxx')
-rw-r--r--vcl/source/gdi/bitmapex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx
index cad1edd75456..2b49074202e5 100644
--- a/vcl/source/gdi/bitmapex.cxx
+++ b/vcl/source/gdi/bitmapex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bitmapex.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2000-11-16 17:35:51 $
+ * last change: $Author: jl $ $Date: 2001-03-20 10:03:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -542,7 +542,7 @@ BOOL BitmapEx::CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc,
}
else
{
- Byte cBlack = 0;
+ sal_uInt8 cBlack = 0;
AlphaMask* pAlpha = new AlphaMask( GetSizePixel(), &cBlack );
aMask = pAlpha->ImplGetBitmap();