[Libreoffice-commits] core.git: oox/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Aug 7 07:17:28 UTC 2021
oox/source/drawingml/shape.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bb5d2ef28be74356f966cc9534480f59153c7107
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 7 09:07:13 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Aug 7 09:16:50 2021 +0200
Fix typo
Change-Id: I4fa33b3c1cc9e1dc666777dd2ceaf2432f2374b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120131
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 89555c9da637..077fe1f8c939 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -298,7 +298,7 @@ void Shape::addShape(
keepDiagramCompatibilityInfo();
// Check if this is the PPTX import, so far converting SmartArt to a non-editable
- // metafile is only imlemented for DOCX.
+ // metafile is only implemented for DOCX.
bool bPowerPoint = dynamic_cast<oox::ppt::PowerPointImport*>(&rFilterBase) != nullptr;
if (!SvtFilterOptions::Get().IsSmartArt2Shape() && !bPowerPoint)
More information about the Libreoffice-commits
mailing list