diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-07 09:07:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-07 09:16:50 +0200 |
commit | bb5d2ef28be74356f966cc9534480f59153c7107 (patch) | |
tree | a1e8a4da38b0402b6c7101c799c71c4e7cfd83eb /oox | |
parent | 3c2cf76892890051e27e0e0798b7a06fc3acccd8 (diff) |
Fix typo
Change-Id: I4fa33b3c1cc9e1dc666777dd2ceaf2432f2374b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120131
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |