drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 536d5f9be7831440fd94030d4e4cba804a6bfd02 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 16 00:20:24 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Aug 16 10:37:55 2024 +0200 Fix typo Change-Id: I7097a6bc16902814bcd27b7487f96952817c96f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171936 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 942a07290ece..9e0eee6bd405 100644 --- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx @@ -3050,7 +3050,7 @@ void CairoPixelProcessor2D::renderTextSimpleOrDecoratedPortionPrimitive2D( != pDecoratedCandidate->getTextEmphasisMark(); } - // prepare flags for non-decorated afetr that, these *might* be + // prepare flags for non-decorated after that, these *might* be // dependent on flags above bool bHasOutline(!bHasTextRelief && rTextCandidate.getFontAttribute().getOutline());