diff options
author | David Tardon <dtardon@redhat.com> | 2014-12-09 22:12:03 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-12-09 22:13:48 +0100 |
commit | a68a7b831a5d1756ea9428e12bb89f69dc30950f (patch) | |
tree | ca570da77ed9bf1c461a2d14711a182ae91cd067 | |
parent | 4e27152046e80c7f4b676920727a1130c83559bb (diff) |
fdo#37682 paint the right area
Change-Id: Ic3d1f6e47bf068e60dca711c97e3f6b194d14049
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index b884528388da..30b672789104 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -763,7 +763,7 @@ bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic, // Use new StandardCheckVisisbilityRedirector ImplExportCheckVisisbilityRedirector aRedirector( mpCurrentPage ); - pView->CompleteRedraw(&aVDev, vcl::Region(Rectangle(Point(), aNewSize)), &aRedirector); + pView->CompleteRedraw(&aVDev, vcl::Region(Rectangle(aNewOrg, aNewSize)), &aRedirector); aVDev.Pop(); |