From 2fa0f9c3d8b7a7f441d0f387b367ca2a570161bc Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Jan 2004 11:41:04 +0000 Subject: [PATCH] INTEGRATION: CWS vclcleanup02 (1.5.126); FILE MERGED 2003/12/19 07:34:49 mt 1.5.126.1: #i23061# More VCL cleanups... --- extensions/source/scanner/scanwin.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx index 05ca2a2e0e92..b1b63a33c669 100644 --- a/extensions/source/scanner/scanwin.cxx +++ b/extensions/source/scanner/scanwin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: scanwin.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-08 15:40:31 $ + * last change: $Author: vg $ $Date: 2004-01-06 12:41:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1042,7 +1042,7 @@ SEQ( sal_Int8 ) ScannerManager::getDIB() *pMemStm << (sal_uInt32) ( sizeof( BITMAPFILEHEADER ) + pBIH->biSize + ( nColEntries * sizeof( RGBQUAD ) ) ); delete pMemStm; - HMEMCPY( pBuf + sizeof( BITMAPFILEHEADER ), pBIH, nDIBSize ); + memcpy( pBuf + sizeof( BITMAPFILEHEADER ), pBIH, nDIBSize ); } GlobalUnlock( hDIB );