drawinglayer/source/processor2d/cairopixelprocessor2d.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a221bc219756cb00a07d0031b4d03b5ee913632e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Aug 16 21:57:09 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Aug 19 08:54:50 2024 +0200

    Fix typo
    
    Change-Id: I0c09927dd928281a9a006bd03872b5484d6151ea
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171963
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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);

Reply via email to