summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bmpacc.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:21:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:21:18 +0000
commitf4f304daa4660f210f86bc9851c74d74c17346eb (patch)
treec7acd897386eefe189ea3bee23c203ce446bd01e /vcl/source/gdi/bmpacc.cxx
parent4e7468d33171e28a1c5b64bc3d1187b20c35a131 (diff)
INTEGRATION: CWS warnings01 (1.7.70); FILE MERGED
2006/04/07 18:48:15 sb 1.7.70.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/21 17:31:12 pl 1.7.70.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'vcl/source/gdi/bmpacc.cxx')
-rw-r--r--vcl/source/gdi/bmpacc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/bmpacc.cxx b/vcl/source/gdi/bmpacc.cxx
index 3faa41c090e9..62d1d1477186 100644
--- a/vcl/source/gdi/bmpacc.cxx
+++ b/vcl/source/gdi/bmpacc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bmpacc.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-01-31 18:27:25 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:21:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -264,7 +264,7 @@ void BitmapReadAccess::ImplZeroInitUnusedBits()
#ifdef OSL_LITENDIAN
nMask = SWAPLONG( nMask );
#endif
- for( long i = 0; i < nHeight; i++, pLast4Bytes += nScanSize )
+ for( sal_uInt32 i = 0; i < nHeight; i++, pLast4Bytes += nScanSize )
( *(long*) pLast4Bytes ) &= nMask;
}
}