oox/inc/drawingml/connectorhelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 39c4fa298a7c90353a1714b48d1a79df830ed1ef Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Dec 1 12:09:28 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Dec 1 17:03:56 2023 +0100 Fix typo Change-Id: I19abea6905b36e9817de9531dafd389502034910 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160205 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/oox/inc/drawingml/connectorhelper.hxx b/oox/inc/drawingml/connectorhelper.hxx index f353decc15ab..16544007abc7 100644 --- a/oox/inc/drawingml/connectorhelper.hxx +++ b/oox/inc/drawingml/connectorhelper.hxx @@ -76,7 +76,7 @@ void getLOBentHandlePositionsHmm(const oox::drawingml::ShapePtr& pConnector, std::vector<basegfx::B2DPoint>& rHandlePositions); /** - * Calulates the handle positions of a connector of type ConnectorType_CURVE for which OOXML + * Calculates the handle positions of a connector of type ConnectorType_CURVE for which OOXML * compatible routing is enabled. Such connector corresponds to the OOXML curvedConnector shapes. The * calculation is based on the actual polygon of the connector. The coordinates are always returned * in Hmm, even for shapes on a text document draw page.
