diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-12-01 12:09:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-12-01 17:03:56 +0100 |
commit | 39c4fa298a7c90353a1714b48d1a79df830ed1ef (patch) | |
tree | c1aeef9e68c462cc9e0fe7d4755cdaec1a8d94be /oox | |
parent | 05f80d673a27bba2520fac07888db5082dd7f9bd (diff) |
Fix typo
Change-Id: I19abea6905b36e9817de9531dafd389502034910
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160205
Tested-by: Jenkins
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 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. |