summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 16:37:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-25 10:28:28 +0000
commit5a21fcc73f4346ea78a777e91de506d8f47e485f (patch)
tree7aac87487d515a2920aece64e26970f0df7cf4ea /vcl/source/gdi/outdev.cxx
parent007568c0e89e957e5bea972375abc9d5f08df2f4 (diff)
this looks wrong
Diffstat (limited to 'vcl/source/gdi/outdev.cxx')
-rw-r--r--vcl/source/gdi/outdev.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx
index 08c27603e193..3af14f1c9dcf 100644
--- a/vcl/source/gdi/outdev.cxx
+++ b/vcl/source/gdi/outdev.cxx
@@ -1863,7 +1863,7 @@ void OutputDevice::SetTriangleClipRegion( const PolyPolygon &rPolyPolygon )
// play nice with the rest of the system and provide an old-style region.
// the rest of this method does not rely on this.
maRegion = Region::GetRegionFromPolyPolygon( LogicToPixel(rPolyPolygon) );
- maRegion.Move(offset_x,offset_x);
+ maRegion.Move(offset_x,offset_y);
// feed region to metafile
if ( mpMetaFile )