diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-22 16:16:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-22 21:01:01 +0100 |
commit | c49d688d212fd89daee5563b67b55f687f6d901a (patch) | |
tree | acfc83bc6575bfb43bf2b5178b16010222ef24c1 | |
parent | 84d8a1caf124a25fb081562e4db32acf19e0f301 (diff) |
Fix typo
Change-Id: I15170c332c7b9943433fc7113c3b3e8c44c765cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159826
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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 47d2c0830e3f..0bbf501835aa 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -867,7 +867,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d double fCurvesDist = rTextArea.aBoundRect.GetHeight() / 2.0 + rTextArea.aBoundRect.Top() - rParagraph.aBoundRect.Center().Y(); - // verical alignment adjust + // vertical alignment adjust fCurvesDist -= rTextArea.nHAlignMove; for (i = 0; i < nPointCount; i++) |