oox/inc/drawingml/connectorhelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5f72ab66b16d39db124eed5834fc715f8807da21 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 15 12:50:16 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 15 23:48:32 2023 +0100 Fix typo Change-Id: I6bbf45f4aaf7412864bdb6697184616f7ef14138 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159438 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/oox/inc/drawingml/connectorhelper.hxx b/oox/inc/drawingml/connectorhelper.hxx index dec1deb6a238..cfbf4b75d27c 100644 --- a/oox/inc/drawingml/connectorhelper.hxx +++ b/oox/inc/drawingml/connectorhelper.hxx @@ -70,7 +70,7 @@ void getOOXHandlePositionsHmm(const oox::drawingml::ShapePtr& pConnector, basegfx::B2DHomMatrix getConnectorTransformMatrix(const oox::drawingml::ShapePtr& pConnector); /** - * Calulates the handle positions of a connector of type ConnectorType_STANDARD. Such connector + * Calculates the handle positions of a connector of type ConnectorType_STANDARD. Such connector * corresponds to the OOXML bentConnector shapes, aka "ElbowConnector". 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.
