xmloff/source/draw/ximpshap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 86dc86ac25b24aab25ad9947014bed898b0d591c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Dec 1 12:12:00 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Dec 1 17:04:36 2023 +0100

    Fix typo
    
    Change-Id: I9fae0349d8ecf4a4e11b23b46e5b593c07b05290
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160210
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 6cf226274115..3961c8d546f8 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -1785,7 +1785,7 @@ bool lcl_IsLikelyOOXMLCurve(const basegfx::B2DPolygon& 
rPolygon)
 
     basegfx::B2DVector aStartVec(rPolygon.getNextControlPoint(0) - 
rPolygon.getB2DPoint(0));
     basegfx::B2DVector aEndVec(rPolygon.getPrevControlPoint(nCount-1) - 
rPolygon.getB2DPoint(nCount - 1));
-    // LibreOffice uses one point less than OOXML for the same underlaying 
bentConnector or
+    // LibreOffice uses one point less than OOXML for the same underlying 
bentConnector or
     // STANDARD connector, respectively. A deeper inspection is only needed in 
case of 2 resulting
     // points. Those connector paths look like a quarter ellipse.
     switch (nCount)

Reply via email to