vcl/inc/unx/fontmanager.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit ba2f243d684fce905b1dc8871f57c64008471405 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Tue Mar 8 10:59:01 2022 +0200 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Tue Mar 8 11:09:56 2022 +0100 Make comment less misleading Change-Id: I608abe994cc8a67c295450d836d8c423026b85d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131175 Tested-by: Tor Lillqvist <t...@collabora.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx index 40294209ba97..7f0faf239f15 100644 --- a/vcl/inc/unx/fontmanager.hxx +++ b/vcl/inc/unx/fontmanager.hxx @@ -58,8 +58,7 @@ typedef int fontID; /* * the difference between FastPrintFontInfo and PrintFontInfo * is that the information in FastPrintFontInfo can usually - * be gathered without opening either the font file, they are - * gathered from fonts.dir alone. + * be gathered from fontconfig results. * if only FastPrintFontInfo is gathered and PrintFontInfo * on demand and for less fonts, then performance in startup * increases considerably