diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-22 16:17:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-22 21:01:16 +0100 |
commit | e763acfa9b643595794a9afd2ac196fe0497990e (patch) | |
tree | 2bd745388b95828bd6854949f5ef6719ea78af88 | |
parent | c49d688d212fd89daee5563b67b55f687f6d901a (diff) |
Fix typo
Change-Id: Id451921ddcefb71f9c46a11e5150fa1b864d4281
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159829
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 0bbf501835aa..d2071da34c8a 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -795,7 +795,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d nAdjust = 1; // 1 half of the possible break; case SDRTEXTHORZADJUST_BLOCK: - nAdjust = -1; // don't know what it is, so dont even align + nAdjust = -1; // don't know what it is, so don't even align break; case SDRTEXTHORZADJUST_LEFT: nAdjust = 0; // no need to move |