diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-08-16 00:20:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-08-16 10:38:11 +0200 |
commit | c584e5f09112b15420c877b22e3c786fb1e11b3c (patch) | |
tree | 4a26733491df2005c7be233e27fc262570860c52 /drawinglayer | |
parent | 536d5f9be7831440fd94030d4e4cba804a6bfd02 (diff) |
Fix typo
Change-Id: I2439bdbaf57e3ac96b11951b9b936c19871f202a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171935
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx index 9e0eee6bd405..a212ac270906 100644 --- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx @@ -3105,7 +3105,7 @@ void CairoPixelProcessor2D::renderTextSimpleOrDecoratedPortionPrimitive2D( basegfx::B2DHomMatrix aInvViewTransform; // discrete offsets defined here to easily allow to change them, - // e.g. if more 'fat' outline is wanted, it may be incerased to 1.5 + // e.g. if more 'fat' outline is wanted, it may be increased to 1.5 constexpr double fZero(0.0); constexpr double fPlus(1.0); constexpr double fMinus(-1.0); |