From c6f39e81ef0615323833270fa434451801e3b21d Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 8 Feb 2018 14:40:35 +0200 Subject: Use a more direct link to the relevant part Change-Id: I0659643041a4ec79d0753ed5f3711e57f51688d8 Reviewed-on: https://gerrit.libreoffice.org/49425 Tested-by: Jenkins Reviewed-by: Khaled Hosny --- vcl/source/gdi/embeddedfontshelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- cgit