ebc4bd
From 4f64ac19904ff0867e2e22c6c54b44ec2e351a97 Mon Sep 17 00:00:00 2001
ebc4bd
From: David Tardon <dtardon@redhat.com>
ebc4bd
Date: Tue, 9 Dec 2014 22:12:03 +0100
ebc4bd
Subject: [PATCH] fdo#37682 paint the right area
ebc4bd
ebc4bd
Change-Id: Ic3d1f6e47bf068e60dca711c97e3f6b194d14049
ebc4bd
---
ebc4bd
 svx/source/unodraw/UnoGraphicExporter.cxx | 2 +-
ebc4bd
 1 file changed, 1 insertion(+), 1 deletion(-)
ebc4bd
ebc4bd
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx
ebc4bd
index eeb664f..eb1523b 100644
ebc4bd
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
ebc4bd
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
ebc4bd
@@ -764,7 +764,7 @@ bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic,
ebc4bd
                 // Use new StandardCheckVisisbilityRedirector
ebc4bd
                 ImplExportCheckVisisbilityRedirector aRedirector( mpCurrentPage );
ebc4bd
 
ebc4bd
-                pView->CompleteRedraw(&aVDev, Region(Rectangle(Point(), aNewSize)), &aRedirector);
ebc4bd
+                pView->CompleteRedraw(&aVDev, Region(Rectangle(aNewOrg, aNewSize)), &aRedirector);
ebc4bd
 
ebc4bd
                 aVDev.Pop();
ebc4bd
 
ebc4bd
-- 
ebc4bd
1.9.3
ebc4bd