summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:21:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:21:05 +0000
commit4e7468d33171e28a1c5b64bc3d1187b20c35a131 (patch)
tree35646b77a9109a52cae588784528bcd88da7f990 /vcl/source/gdi/bitmapex.cxx
parente1d75507ba0c10abbbe0ba9afae7a9d245fe20f0 (diff)
INTEGRATION: CWS warnings01 (1.16.70); FILE MERGED
2006/05/23 19:44:11 sb 1.16.70.3: RESYNC: (1.17-1.20); FILE MERGED 2006/01/25 19:23:51 sb 1.16.70.2: RESYNC: (1.16-1.17); FILE MERGED 2005/11/04 16:49:39 pl 1.16.70.1: #i55991# removed warnings for linux/solaris
Diffstat (limited to 'vcl/source/gdi/bitmapex.cxx')
-rw-r--r--vcl/source/gdi/bitmapex.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx
index 00870791f279..cac837d275f8 100644
--- a/vcl/source/gdi/bitmapex.cxx
+++ b/vcl/source/gdi/bitmapex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bitmapex.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 07:51:30 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:21:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -693,9 +693,9 @@ BOOL BitmapEx::Erase( const Color& rFillColor )
// ------------------------------------------------------------------
-BOOL BitmapEx::Dither( ULONG nDitherFlags, const BitmapPalette* pDitherPal )
+BOOL BitmapEx::Dither( ULONG nDitherFlags )
{
- return( !!aBitmap ? aBitmap.Dither( nDitherFlags, pDitherPal ) : FALSE );
+ return( !!aBitmap ? aBitmap.Dither( nDitherFlags ) : FALSE );
}
// ------------------------------------------------------------------