Change-Id: Ibea0f9c3e5b82fc475de71c2964d8c89e16866c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88319
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2020-02-09 11:10:14 +01:00
committed by Julien Nabet
parent 35fbb879a1
commit ca68e3d30b

View File

@@ -532,7 +532,7 @@ GDIMetaFile SdrExchangeView::GetMarkedObjMetaFile(bool bNoVDevIfOneMtfMarked) co
{
Graphic aGraphic( pGrafObj->GetTransformedGraphic() );
// #119735# just use GetGDIMetaFile, it will create a bufferd version of contained bitmap now automatically
// #119735# just use GetGDIMetaFile, it will create a buffered version of contained bitmap now automatically
aMtf = aGraphic.GetGDIMetaFile();
}
}