From a221bc219756cb00a07d0031b4d03b5ee913632e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Aug 2024 21:57:09 +0200 Subject: Fix typo Change-Id: I0c09927dd928281a9a006bd03872b5484d6151ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171963 Tested-by: Jenkins Reviewed-by: Julien Nabet --- drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer') 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); -- cgit v1.2.3