vcl/unx/generic/gdi/cairotextrender.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 599158b6dcc45a7579f73f3d94f6956e00128bee
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Sep 4 21:26:22 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Sep 5 17:12:42 2022 +0200

    rework comment a bit
    
    Change-Id: I9dff73a7a3e0579af4b6fdeab669a8f99722e2f7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139438
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/unx/generic/gdi/cairotextrender.cxx 
b/vcl/unx/generic/gdi/cairotextrender.cxx
index 1e971bf37efe..89f74f8298c7 100644
--- a/vcl/unx/generic/gdi/cairotextrender.cxx
+++ b/vcl/unx/generic/gdi/cairotextrender.cxx
@@ -184,7 +184,7 @@ void CairoTextRender::DrawTextLayout(const 
GenericSalLayout& rLayout, const SalG
         const bool bVertical = pGlyph->IsVertical();
         glyph_extrarotation.push_back(bVertical ? 1 : 0);
 
-        // tdf#150507 like skia even when subpixel rendering snap to a pixel 
Baseline
+        // tdf#150507 like skia even when subpixel rendering pixel snap y
         if (bResolutionIndependentLayoutEnabled)
         {
             if (!bVertical)

Reply via email to