summaryrefslogtreecommitdiffstats
path: root/scp2
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-10-24 16:29:23 +0200
committerAndras Timar <andras.timar@collabora.com>2016-06-11 12:00:43 +0200
commitb55c5c4aef74dd05acd1f0d84c49067667dfc611 (patch)
tree236f15115d80694bd1d5eff9d874119b29535d9b /scp2
parentResolves: tdf#100248 vcl menu scroll timer still active post dispose (diff)
downloadcore-b55c5c4aef74dd05acd1f0d84c49067667dfc611.tar.gz
core-b55c5c4aef74dd05acd1f0d84c49067667dfc611.zip
disable Liberation fonts on Windows
Change-Id: Ief9ee02f78f08a3002cc3ced3b9da80fc855aeef (cherry picked from commit 88e971fe680b5509e749f5ff74e0d51111098769)
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_font_ooo.scp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_font_ooo.scp b/scp2/source/ooo/file_font_ooo.scp
index 3ff8daa69699..618b7b6ae6f6 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")