summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/alpha.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:19:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:19:46 +0000
commit04efc146020cc69f59f78c2a2abc86fd99896535 (patch)
tree141bdffabd795d0e6a8e6253a98b6523950e4d59 /vcl/source/gdi/alpha.cxx
parent7364cc9317c104d74da632c8e227c281be33ac9c (diff)
INTEGRATION: CWS warnings01 (1.7.70); FILE MERGED
2005/11/04 16:49:38 pl 1.7.70.1: #i55991# removed warnings for linux/solaris
Diffstat (limited to 'vcl/source/gdi/alpha.cxx')
-rw-r--r--vcl/source/gdi/alpha.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/vcl/source/gdi/alpha.cxx b/vcl/source/gdi/alpha.cxx
index fdd88c1ff521..c179183f22b4 100644
--- a/vcl/source/gdi/alpha.cxx
+++ b/vcl/source/gdi/alpha.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: alpha.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:51:22 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:19:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -357,7 +357,11 @@ BOOL AlphaMask::Replace( const Bitmap& rMask, BYTE cReplaceTransparency )
// -----------------------------------------------------------------------------
-BOOL AlphaMask::Replace( BYTE cSearchTransparency, BYTE cReplaceTransparency, ULONG nTol )
+BOOL AlphaMask::Replace( BYTE cSearchTransparency, BYTE cReplaceTransparency, ULONG
+#ifdef DBG_UTIL
+nTol
+#endif
+)
{
BitmapWriteAccess* pAcc = AcquireWriteAccess();
BOOL bRet = FALSE;