diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-10-24 16:29:23 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-02-19 23:55:27 +0100 |
commit | 800b4ff7f52988828c9544d4c8272fe2b5aa9727 (patch) | |
tree | 2ecd793330301fb03273132025437ab503cd5240 /scp2 | |
parent | 02a2cb8f3b0a0c1a85248a2fa6dd16f801b5957f (diff) |
disable Liberation fonts on Windows
Change-Id: Ief9ee02f78f08a3002cc3ced3b9da80fc855aeef
(cherry picked from commit 88e971fe680b5509e749f5ff74e0d51111098769)
(cherry picked from commit b55c5c4aef74dd05acd1f0d84c49067667dfc611)
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_font_ooo.scp | 2 |
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 6dfe05538c10..3e123c7b4724 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") |