diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/embedhlp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx index eace6d8e927a..beb765409a35 100644 --- a/svtools/source/misc/embedhlp.cxx +++ b/svtools/source/misc/embedhlp.cxx @@ -709,7 +709,7 @@ void EmbeddedObjectRef::DrawPaintReplacement( const tools::Rectangle &rRect, con nWidth = nW; } - pOut->DrawBitmap(aP, Size( nWidth, nHeight ), aBmp.GetBitmap()); + pOut->DrawBitmapEx(aP, Size( nWidth, nHeight ), aBmp); } pOut->IntersectClipRegion( rRect ); |