diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-03-05 11:26:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-03-05 13:49:13 +0100 |
commit | 23257525df31a57bbf1a8935001ded2842a18b13 (patch) | |
tree | 1b4f1c7aacffc93761727b0840b3fd7178c54bab /oox | |
parent | 9d25f86236885c40662bcd24517f231688361e8c (diff) |
Fix typos
Change-Id: I87f35153bbf53f58d6c8ca7b14a7fd09fec4372f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131052
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/diagram/diagramhelper.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/pptshape.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/diagram/diagramhelper.cxx b/oox/source/drawingml/diagram/diagramhelper.cxx index 8b54ff4e8a0f..50ea44c4aeb6 100644 --- a/oox/source/drawingml/diagram/diagramhelper.cxx +++ b/oox/source/drawingml/diagram/diagramhelper.cxx @@ -65,7 +65,7 @@ void AdvancedDiagramHelper::reLayout(SdrObjGroup& rTarget) rTarget.TRGetBaseGeometry(aTransformation, aPolyPolygon); // create temporary oox::Shape as target. No longer needed is to keep/remember - // the original oox::Shape to do that. Use original Size and Pos frrom initial import + // the original oox::Shape to do that. Use original Size and Pos from initial import // to get the same layout(s) oox::drawingml::ShapePtr pShapePtr = std::make_shared<Shape>( "com.sun.star.drawing.GroupShape" ); pShapePtr->setDiagramType(); diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index 581b85db0e0a..6c12e1f3dd64 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -538,7 +538,7 @@ void PPTShape::addShape( Reference<XShapes> xShapes(xShape, UNO_QUERY); if (xShapes.is()) { - // tempoarily remember setting + // temporarily remember setting NamedShapePairs* pDiagramFontHeights(rFilterBase.getDiagramFontHeights()); // for shapes unequal to FRAMETYPE_DIAGRAM do |