[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - scp2/source

Andras Timar andras.timar at collabora.com
Thu Oct 24 08:21:37 PDT 2013


 scp2/source/ooo/file_font_ooo.scp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6574446e58763e72fec152624d015bb03206e670
Author: Andras Timar <andras.timar at 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 ccc1327..27b6d37 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")


More information about the Libreoffice-commits mailing list