diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-22 16:15:56 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-22 21:01:54 +0100 |
commit | 99ef89ba4cd2497f3a46448692a71d98c721ae9e (patch) | |
tree | 6329736781a25a41e0be7e810c6959de99f9b0f3 /svx | |
parent | 34636bb5f6c6d2b31515451d42aac841a14bd7aa (diff) |
Fix typo
Change-Id: Id19012a207b6df24188e424414e103c7c3dc3d5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159825
Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 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) { |