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

Khaled Hosny khaledhosny at eglug.org
Thu Feb 8 20:13:27 UTC 2018


 vcl/source/gdi/embeddedfontshelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6f39e81ef0615323833270fa434451801e3b21d
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Thu Feb 8 14:40:35 2018 +0200

    Use a more direct link to the relevant part
    
    Change-Id: I0659643041a4ec79d0753ed5f3711e57f51688d8
    Reviewed-on: https://gerrit.libreoffice.org/49425
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Khaled Hosny <khaledhosny at eglug.org>

diff --git a/vcl/source/gdi/embeddedfontshelper.cxx b/vcl/source/gdi/embeddedfontshelper.cxx
index 405b13f2e726..8ed0295c3736 100644
--- a/vcl/source/gdi/embeddedfontshelper.cxx
+++ b/vcl/source/gdi/embeddedfontshelper.cxx
@@ -194,7 +194,7 @@ bool EmbeddedFontsHelper::sufficientTTFRights( const void* data, long size, Font
         TTGlobalFontInfo info;
         GetTTGlobalFontInfo( font, &info );
         CloseTTFont( font );
-        // http://www.microsoft.com/typography/tt/ttf_spec/ttch02.doc
+        // https://www.microsoft.com/typography/otspec/os2.htm#fst
         int copyright = info.typeFlags & TYPEFLAG_COPYRIGHT_MASK;
         switch( rights )
         {


More information about the Libreoffice-commits mailing list