summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-09 11:10:14 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-09 11:45:20 +0100
commitca68e3d30b7386ce0acba5dfdde974b284e0b0ac (patch)
tree59abb0c7fa25fca70949cb3ea7af5d8bc10e3b27 /svx
parent35fbb879a1898e65079f3545b4d48015ace0b7fc (diff)
Fix typo
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>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdxcgv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx
index 5641e0c73a2d..15aef91cdf19 100644
--- a/svx/source/svdraw/svdxcgv.cxx
+++ b/svx/source/svdraw/svdxcgv.cxx
@@ -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();
}
}