summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-09 11:10:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-09 11:44:35 +0100
commit35fbb879a1898e65079f3545b4d48015ace0b7fc (patch)
treeb88e75ac75ca5735a4b70936bdfaced606b2e982 /svx
parent71bd58e56d3489bee9d46c8ba95f80596cc95fba (diff)
Fix typo
Change-Id: I032a69e517e5a94b2191869552b77379d55f4b8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88320 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshap4.cxx2
1 files changed, 1 insertions, 1 deletions
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 );