[Libreoffice-commits] core.git: svx/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Feb 9 10:46:10 UTC 2020
svx/source/svdraw/svdxcgv.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ca68e3d30b7386ce0acba5dfdde974b284e0b0ac
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:10:14 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 9 11:45:20 2020 +0100
Fix typo
Change-Id: Ibea0f9c3e5b82fc475de71c2964d8c89e16866c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88319
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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();
}
}
More information about the Libreoffice-commits
mailing list