diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2018-02-08 14:40:35 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-02-08 21:13:01 +0100 |
commit | c6f39e81ef0615323833270fa434451801e3b21d (patch) | |
tree | 78892b15f7b2ef3cc15214579a83d83387bf3e13 | |
parent | e3caecb5a33288dd46a80b2ffcc47a2288305052 (diff) |
Use a more direct link to the relevant part
Change-Id: I0659643041a4ec79d0753ed5f3711e57f51688d8
Reviewed-on: https://gerrit.libreoffice.org/49425
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
-rw-r--r-- | vcl/source/gdi/embeddedfontshelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |