drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 73f39720dfc0450b8b179c6c516dc578684af40e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Aug 5 17:31:00 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Mon Aug 5 19:02:47 2024 +0200 Fix typo Change-Id: I38f2c4a86ac65e3e7014108153b937eb6f755371 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171495 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx index baea016068c1..d57d159dbf14 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 it's local coordinate system untransformed + // thus handle the xext in its local coordinate system untransformed vcl::Font aFont(primitive2d::getVclFontFromFontAttribute( rTextCandidate.getFontAttribute(), aGlobalFontScaling.getX(), aGlobalFontScaling.getY(), 0.0, rTextCandidate.getLocale()));