summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-09 11:10:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-09 12:16:34 +0100
commitb9139ce4eada3950cea0ad4d6d71d062ccfe461d (patch)
tree51766c2034b62e34156ed081858f8a19d92e51cc /svx
parent9f4696439b41c800714cabb69163906c4415a793 (diff)
Fix typo
Change-Id: Ic203814f0bce207bb8b8b8590b825534609bdd8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88321 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index d765654a4716..7f76521c90fd 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -2867,7 +2867,7 @@ bool SvxShape::getPropertyValueImpl( const OUString&, const SfxItemPropertySimpl
}
if ( !bIsWMF )
{
- // #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
GDIMetaFile aMtf(pObj->GetGraphic()->GetGDIMetaFile());
SvMemoryStream aDestStrm( 65535, 65535 );
ConvertGDIMetaFileToWMF( aMtf, aDestStrm, nullptr, false );