diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-15 12:51:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-15 23:46:50 +0100 |
commit | 201e288e9886987eae467035b42863ac032f7e8f (patch) | |
tree | 61933e81123147b7f30491197942e8fa1bd61ad2 /oox | |
parent | ed72c6fbfa02cf98cb0d0f761ef5a7b9ffb894bc (diff) |
Fix typo
Change-Id: Ia0082b62e8dd6e93267995140fc61b91b6080cb1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159440
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/ShapeContextHandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx index 53ddd3f575be..1d4ad9d323e4 100644 --- a/oox/source/shape/ShapeContextHandler.cxx +++ b/oox/source/shape/ShapeContextHandler.cxx @@ -538,7 +538,7 @@ ShapeContextHandler::getShape() ConnectorHelper::applyBentHandleAdjustments(rIt.second); } // else use the default path of LibreOffice - // curveConnecto2 and bentConnector2 do not have handles. + // curvedConnector2 and bentConnector2 do not have handles. // ToDo: OOXML defines a path for curveConnector3, curveConnector4 and // curveConnector5 that is basically incompatible with the way LibreOffice // creates the path. |