summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salmisc.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 12:56:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 12:56:04 +0000
commitbb086ddeecd4e7114732aa6cee1f1642385c5e98 (patch)
tree70707ff92dbb850b84ff9609ab2c13f96de78fd8 /vcl/source/gdi/salmisc.cxx
parent3a3542d8b538c36ff765281292ef2892abeb74c1 (diff)
INTEGRATION: CWS vclcleanup02 (1.3.354); FILE MERGED
2003/12/16 18:15:25 mt 1.3.354.1: #i23061# And more cleanups...
Diffstat (limited to 'vcl/source/gdi/salmisc.cxx')
-rw-r--r--vcl/source/gdi/salmisc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/salmisc.cxx b/vcl/source/gdi/salmisc.cxx
index d32176875d80..72013b699d65 100644
--- a/vcl/source/gdi/salmisc.cxx
+++ b/vcl/source/gdi/salmisc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salmisc.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ka $ $Date: 2002-01-17 15:35:33 $
+ * last change: $Author: vg $ $Date: 2004-01-06 13:56:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ break
#define DOUBLE_SCANLINES() \
while( ( nActY < nHeight1 ) && ( pMapY[ nActY + 1 ] == nMapY ) ) \
{ \
- HMEMCPY( pDstScanMap[ nActY + 1L ], pDstScan, rDstBuffer.mnScanlineSize ); \
+ memcpy( pDstScanMap[ nActY + 1L ], pDstScan, rDstBuffer.mnScanlineSize ); \
nActY++; \
}