summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 11:41:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 11:41:04 +0000
commit2fa0f9c3d8b7a7f441d0f387b367ca2a570161bc (patch)
tree96dccf16b7f621f7ae3b9512c4ab784573cc3d36 /extensions/source/scanner
parent1aa9741fe65423591c1966cf263fd205814045cd (diff)
INTEGRATION: CWS vclcleanup02 (1.5.126); FILE MERGED
2003/12/19 07:34:49 mt 1.5.126.1: #i23061# More VCL cleanups...
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r--extensions/source/scanner/scanwin.cxx6
1 files 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 );