[Libreoffice-commits] core.git: vcl/unx

Khaled Hosny khaledhosny at eglug.org
Tue May 17 20:46:05 UTC 2016


 vcl/unx/generic/glyphs/gcach_layout.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 225411ebb572e4bb8b551509b37e20a529a91603
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Tue May 17 22:43:09 2016 +0200

    Outdated comment
    
    Change-Id: Ia9503b49387e3510073955da7ef042c4f46ff8ae

diff --git a/vcl/unx/generic/glyphs/gcach_layout.cxx b/vcl/unx/generic/glyphs/gcach_layout.cxx
index 81db0ae..61d1477 100644
--- a/vcl/unx/generic/glyphs/gcach_layout.cxx
+++ b/vcl/unx/generic/glyphs/gcach_layout.cxx
@@ -637,7 +637,6 @@ bool HbLayoutEngine::Layout(ServerFontLayout& rLayout, ImplLayoutArgs& rArgs)
 
 ServerFontLayoutEngine* ServerFont::GetLayoutEngine()
 {
-    // find best layout engine for font, platform, script and language
     if (!mpLayoutEngine) {
         mpLayoutEngine = new HbLayoutEngine(*this);
     }


More information about the Libreoffice-commits mailing list