svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit be262b04ff0e7b85c508975914d77086878155ef Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 22 16:15:39 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 22 21:04:07 2023 +0100 Fix typo Change-Id: I786d7873f1aa4921bae81cbbecca01959db3866b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159824 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index 4332329994cc..2d86e99073c2 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -894,7 +894,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d } // if the current outline is longer then the text to fit in, - // then we have to divide the bonus space betweeen the + // then we have to divide the bonus space between the // before-/after- text area. // fAdjust means how much space we put before the text. if (fCurWidth > rParagraph.aBoundRect.GetWidth()) commit c8403d2b83f30a977f1a0eaabeddeeb2d7ac7059 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 22 16:18:48 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 22 21:03:54 2023 +0100 Fix typo Change-Id: Ic297e251d58cc29c00c6dcc1add85b52bafa190c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159831 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index a51e93588582..4332329994cc 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -931,7 +931,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d // if fAdjust<0, then it means, the text was longer, as // the current outline, so we will skip the text scaling, and // the text horizontal alignment adjustment - // so the text will be rendered just as long as the cureve is. + // so the text will be rendered just as long as the curve is. if (fAdjust >= 0) { fM1 = (fM1 * fParaRectWidth + fAdjust) / fCurWidth;