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

New commits:
commit 473da8d2f046b4ded2feb7d4626e408f481a64a9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Aug 10 09:55:58 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Aug 11 11:56:36 2024 +0200

    Fix typo
    
    Change-Id: Id434deda33cc74903183b636e6da4d016e174df7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171715
    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 34cf345c136e..21a43e25dcfc 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -3101,7 +3101,7 @@ void 
CairoPixelProcessor2D::renderTextSimpleOrDecoratedPortionPrimitive2D(
             // right to left: 1st the ObjTrans, then the shadow offset, last 
ObjToView. That way
             // the shadow is always from top-left, independent of text 
rotation. Independent from
             // thinking about if that is wanted (shadow direction *could* 
rotate with the text)
-            // this is what the office curently does -> do *not* change 
visualization (!)
+            // this is what the office currently does -> do *not* change 
visualization (!)
             getViewInformation2D().getObjectToViewTransformation() * 
aShadowTransform
             * aObjTransformWithoutScale);
 

Reply via email to