svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 99ef89ba4cd2497f3a46448692a71d98c721ae9e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 22 16:15:56 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 22 21:01:54 2023 +0100 Fix typo Change-Id: Id19012a207b6df24188e424414e103c7c3dc3d5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159825 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index ba7b2890f905..733483e4a75e 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -784,7 +784,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d if ( !vDistances.empty() ) { - // horizontal aligment: how much we have to move text to the right. + // horizontal alignment: how much we have to move text to the right. int nAdjust = -1; switch (eHorzAdjust) {