summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/frmedt/fecopy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx
index e814863e8279..b30bd26fffa6 100644
--- a/sw/source/core/frmedt/fecopy.cxx
+++ b/sw/source/core/frmedt/fecopy.cxx
@@ -1241,7 +1241,7 @@ bool SwFEShell::GetDrawObjGraphic( SotClipboardFormatId nFormat, Graphic& rGrf )
if( pVirtDev->SetOutputSize( aSz ) )
{
aGrf.Draw( pVirtDev.get(), Point(), aSz );
- rGrf = pVirtDev->GetBitmap( Point(), aSz );
+ rGrf = pVirtDev->GetBitmapEx( Point(), aSz );
}
else
{