summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-08-10 09:55:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-08-11 11:56:36 +0200
commit473da8d2f046b4ded2feb7d4626e408f481a64a9 (patch)
tree93701a1708c6b811f3054180d901e9ddbfbadc70 /drawinglayer/source
parent62de2163967c8a55193f126922dc21261644784d (diff)
Fix typo
Change-Id: Id434deda33cc74903183b636e6da4d016e174df7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171715 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer/source')
-rw-r--r--drawinglayer/source/processor2d/cairopixelprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
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);