diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-08-16 21:57:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-08-19 08:54:50 +0200 |
commit | a221bc219756cb00a07d0031b4d03b5ee913632e (patch) | |
tree | a969e8ed4b290acdd7e02839dd6bd493777e55ed /drawinglayer | |
parent | 56c33b87e128804c6f0462063808e874880cd3cc (diff) |
Fix typo
Change-Id: I0c09927dd928281a9a006bd03872b5484d6151ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171963
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 083f6ab51cde..3f2df4822b23 100644 --- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx @@ -3141,7 +3141,7 @@ void CairoPixelProcessor2D::renderTextSimpleOrDecoratedPortionPrimitive2D( aTextColor = COL_WHITE.getBColor(); // relief offset defined here to easily allow to change them - // see ::ImplDrawSpecialText and the coment @ 'nOff += mnDPIX/300' + // see ::ImplDrawSpecialText and the comment @ 'nOff += mnDPIX/300' const bool bEmboss(primitive2d::TEXT_RELIEF_EMBOSSED == pDecoratedCandidate->getTextRelief()); constexpr double fReliefOffset(1.1); |