From 35fbb879a1898e65079f3545b4d48015ace0b7fc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 9 Feb 2020 11:10:16 +0100 Subject: Fix typo Change-Id: I032a69e517e5a94b2191869552b77379d55f4b8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88320 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- svx/source/unodraw/unoshap4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index f7629f338858..7610f076ff8a 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -242,7 +242,7 @@ bool SvxOle2Shape::getPropertyValueImpl( const OUString& rName, const SfxItemPro } if ( !bIsWMF ) { - // #i119735# just use GetGDIMetaFile, it will create a bufferd version of contained bitmap now automatically + // #i119735# just use GetGDIMetaFile, it will create a buffered version of contained bitmap now automatically GDIMetaFile aMtf(pObj->GetGraphic()->GetGDIMetaFile()); SvMemoryStream aDestStrm( 65535, 65535 ); ConvertGDIMetaFileToWMF( aMtf, aDestStrm, nullptr, false ); -- cgit