vcl/source/fontsubset/sft.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit 7fddb9a1f69a1bac676ad48421256a1ba0274c83 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sat Feb 15 11:21:31 2020 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Feb 16 20:26:16 2020 +0100
cid#1458437: useless call in vcl/sft Change-Id: If67a7c21b04f7195e8cbab6d90d1dd24426b5dea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88752 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 02f5a4df9d68..a0737320d257 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -2430,8 +2430,6 @@ void GetTTGlobalFontInfo(TrueTypeFont *ttf, TTGlobalFontInfo *info) info->descender = XUnits(UPEm, GetInt16(table, HHEA_descender_offset)); info->linegap = XUnits(UPEm, GetInt16(table, HHEA_lineGap_offset)); } - - getTable(ttf, O_vhea); } GlyphData *GetTTRawGlyphData(TrueTypeFont *ttf, sal_uInt32 glyphID) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits