scp2/source/ooo/file_font_ooo.scp | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 66420bb9d1a4d38f0cc81d83957a685d7279911d Author: Andras Timar <andras.ti...@collabora.com> Date: Thu Oct 24 16:29:23 2013 +0200 disable Liberation fonts on Windows Change-Id: Ief9ee02f78f08a3002cc3ced3b9da80fc855aeef diff --git a/scp2/source/ooo/file_font_ooo.scp b/scp2/source/ooo/file_font_ooo.scp index e7a2da35..5e27d1f 100644 --- a/scp2/source/ooo/file_font_ooo.scp +++ b/scp2/source/ooo/file_font_ooo.scp @@ -36,9 +36,11 @@ STD_FONT_FILELIST( gid_File_Fnt_Opensymb, "extras_fonts.filelist" ) // DejaVu fonts STD_FONT_FILELIST(gid_File_Fnt_DejaVu, "fonts_dejavu.filelist") +#ifndef WNT // fdo#62764 - Libreration fonts reportedly cause BSOD on Win7 SP1 // Liberation fonts STD_FONT_FILELIST(gid_File_Fnt_LibSansNarrow, "fonts_liberation_narrow.filelist") STD_FONT_FILELIST(gid_File_Fnt_Liberation, "fonts_liberation.filelist") +#endif // Gentium fonts STD_FONT_FILELIST(gid_File_Fnt_Gentium, "fonts_gentium.filelist") _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits