summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev2.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-11-15 09:48:09 +0000
committerThorsten Behrens <thb@openoffice.org>2002-11-15 09:48:09 +0000
commit8b8bbdfea3486668fb10859a005530fe63a11063 (patch)
tree772f5a55a7e5aa771eb896f51c7e12a695bd3fb7 /vcl/source/gdi/outdev2.cxx
parentd42134559cd2dc00f8c045b370f36818b0074069 (diff)
#102532# No longer using VCL pseudo frame offset for Set/GetPixelOffset functionality
Diffstat (limited to 'vcl/source/gdi/outdev2.cxx')
-rw-r--r--vcl/source/gdi/outdev2.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx
index 37c437528276..27203e09ba5a 100644
--- a/vcl/source/gdi/outdev2.cxx
+++ b/vcl/source/gdi/outdev2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outdev2.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: thb $ $Date: 2002-10-29 11:02:28 $
+ * last change: $Author: thb $ $Date: 2002-11-15 10:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -294,8 +294,7 @@ void OutputDevice::ImplDrawOutDevDirect( const OutputDevice* pSrcDev, void* pVoi
}
// #102532# Offset only has to be pseudo window offset
- Rectangle aSrcOutRect( Point( pSrcDev->mnOutOffX - pSrcDev->mnOutOffOrigX,
- pSrcDev->mnOutOffY - pSrcDev->mnOutOffOrigY ),
+ Rectangle aSrcOutRect( Point( pSrcDev->mnOutOffX, pSrcDev->mnOutOffY ),
Size( pSrcDev->mnOutWidth, pSrcDev->mnOutHeight ) );
Rectangle aSrcRect( Point( pPosAry->mnSrcX, pPosAry->mnSrcY ),
Size( pPosAry->mnSrcWidth, pPosAry->mnSrcHeight ) );