[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/coretext

Khaled Hosny khaledhosny at eglug.org
Thu Jun 20 04:12:44 PDT 2013


 vcl/coretext/ctfonts.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 24d07ced4571052eaa442ae0a2d95372b81ff449
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Tue Jun 18 01:55:11 2013 +0200

    Remove another pointless TODO note
    
    Change-Id: Ib4cb8643f25c8516a91a5d805a5834687d42724e
    (cherry picked from commit a48f46cf8dfaaaa67011fab91582187dbd03de59)
    Reviewed-on: https://gerrit.libreoffice.org/4386
    Reviewed-by: Noel Power <noel.power at suse.com>
    Tested-by: Noel Power <noel.power at suse.com>

diff --git a/vcl/coretext/ctfonts.cxx b/vcl/coretext/ctfonts.cxx
index d4cf1ca..810cbbe 100644
--- a/vcl/coretext/ctfonts.cxx
+++ b/vcl/coretext/ctfonts.cxx
@@ -129,7 +129,6 @@ void CTTextStyle::GetFontMetric( float fPixelSize, ImplFontMetricData& rMetric )
 
     // all CoreText fonts are scalable
     rMetric.mbScalableFont = true;
-    // TODO: check if any kerning is supported
     rMetric.mbKernableFont = true;
 }
 


More information about the Libreoffice-commits mailing list