summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-08-05 19:03:15 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-08-06 09:24:53 +0200
commit39616be78b2e2744e08c65af217d23e1db4a1e27 (patch)
tree94ca4bd297cb140f06c928fd159788385924a41e
parent40f97d1cf52490e8ae1b24833af07843e47f98e8 (diff)
Fix typo
Change-Id: Ia32b0224be6cda50ece367b9bc30813ce62f5655 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171504 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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 d57d159dbf14..f6869a97aa1c 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -2847,7 +2847,7 @@ void CairoPixelProcessor2D::renderTextSimpleOrDecoratedPortionPrimitive2D(
// Get the VCL font from existing processor tooling. Do not use
// rotation, for Cairo we can transform the whole text render and
- // thus handle the xext in its local coordinate system untransformed
+ // thus handle the text in its local coordinate system untransformed
vcl::Font aFont(primitive2d::getVclFontFromFontAttribute(
rTextCandidate.getFontAttribute(), aGlobalFontScaling.getX(), aGlobalFontScaling.getY(),
0.0, rTextCandidate.getLocale()));