diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-22 16:16:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-22 21:02:11 +0100 |
commit | ac2839458c5f497b907506da07dcd1b451b62372 (patch) | |
tree | 7520513104abb9cbff7f59789a112845e42bc6ab /svx | |
parent | 99ef89ba4cd2497f3a46448692a71d98c721ae9e (diff) |
Fix typo
Change-Id: I3201adc92bec156014b8044371a79a8255c58aa0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159827
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index 733483e4a75e..8a2984cbdd10 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -903,7 +903,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d = nAdjust * (fCurWidth - rParagraph.aBoundRect.GetWidth()) / 2; } else - fAdjust = -1; // we neet tho shrink the text to fit the curve + fAdjust = -1; // we need to shrink the text to fit the curve for ( auto& rCharacter : rParagraph.vCharacters ) { |