diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-15 12:50:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-15 23:48:32 +0100 |
commit | 5f72ab66b16d39db124eed5834fc715f8807da21 (patch) | |
tree | e2f340fbb36e70b29d199371aec16830b6d86a1e /oox | |
parent | e562fc75dcf1582ea2201ae91e9c5ac3c99848a7 (diff) |
Fix typo
Change-Id: I6bbf45f4aaf7412864bdb6697184616f7ef14138
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159438
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/drawingml/connectorhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |