diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-22 16:15:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-22 21:00:37 +0100 |
commit | 84d8a1caf124a25fb081562e4db32acf19e0f301 (patch) | |
tree | 9bff16d2d33e25cfcd692df7641fd32abd366ab8 /svx | |
parent | 278c5d22928a05cbfe887e38bc93a5051d0f59d4 (diff) |
Fix typo
Change-Id: I76ea5af4ec21ca55a2b88f48e6d476feec065349
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159823
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 8f2896109e9e..47d2c0830e3f 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -939,7 +939,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d } // 0 <= fM1,fM2 <= 1 should be true, but rounding errors can // make a small mistake. - // make sure they are >0 becuase GetPoint() need that + // make sure they are >0 because GetPoint() need that if (fM1 < 0) fM1 = 0; if (fM2 < 0) fM2 = 0; |