diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-06-06 13:54:07 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-06-06 20:36:23 +0000 |
commit | d79fcb26fa39d3d4151c540b5574e1be3a3222c1 (patch) | |
tree | 1115319191d3c1644073028fa55cc5fe29ae8547 /scp2 | |
parent | 3f72218069f6f78a3ba21c40f00240d78cbe65c7 (diff) |
Remove WITH_AGFA_MONOTYPE_FONTS
Undefined since 62bf424fa84b0ccd0828a474a1351b0134f27eab
and 0789ee23ae6a417d141098c411224a8af9f626d0.
We’ve never bundled these proprietary fonts.
Change-Id: I6ad6e7294504093cd0d64755ec72decf2bacc3f0
Reviewed-on: https://gerrit.libreoffice.org/16125
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_font_ooo.scp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/scp2/source/ooo/file_font_ooo.scp b/scp2/source/ooo/file_font_ooo.scp index 597d5af1f0ff..3ff8daa69699 100644 --- a/scp2/source/ooo/file_font_ooo.scp +++ b/scp2/source/ooo/file_font_ooo.scp @@ -76,31 +76,3 @@ File gid_File_FcLocal_Conf End #endif #endif - -#ifdef WNT -#ifdef WITH_AGFA_MONOTYPE_FONTS -STD_FONTWIN_FILE( gid_File_Fnt_albw, albw.ttf, AlbanyAMT) -STD_FONTWIN_FILE( gid_File_Fnt_albwb, albwb.ttf, AlbanyAMT Bold) -STD_FONTWIN_FILE( gid_File_Fnt_albwbi, albwbi.ttf, AlbanyAMT Bold Italic) -STD_FONTWIN_FILE( gid_File_Fnt_albwi, albwi.ttf, AlbanyAMT Italic) -STD_FONTWIN_FILE( gid_File_Fnt_andybol, andybol_.ttf, AndyMT Bold) -STD_FONTWIN_FILE( gid_File_Fnt_andyreg, andyreg_.ttf, AndyMT) -STD_FONTWIN_FILE( gid_File_Fnt_ans, ans_____.ttf, Andale Sans) -STD_FONTWIN_FILE( gid_File_Fnt_ansb, ansb____.ttf, Andale Sans Bold) -STD_FONTWIN_FILE( gid_File_Fnt_ansbi, ansbi___.ttf, Andale Sans Bold Italic) -STD_FONTWIN_FILE( gid_File_Fnt_ansi, ansi____.ttf, Andale Sans Italic) -STD_FONTWIN_FILE( gid_File_Fnt_bl, bl______.ttf, BellMT) -STD_FONTWIN_FILE( gid_File_Fnt_blb, blb_____.ttf, BellMT Bold) -STD_FONTWIN_FILE( gid_File_Fnt_blbi, blbi____.ttf, BellMT Bold Italic) -STD_FONTWIN_FILE( gid_File_Fnt_bli, bli_____.ttf, BellMT Italic) -STD_FONTWIN_FILE( gid_File_Fnt_cumbwb, cumbwb__.ttf, CumberlandAMT Bold) -STD_FONTWIN_FILE( gid_File_Fnt_cumbwbi, cumbwbi_.ttf, CumberlandAMT Bold Italic) -STD_FONTWIN_FILE( gid_File_Fnt_cumbwi, cumbwi__.ttf, CumberlandAMT Italic) -STD_FONTWIN_FILE( gid_File_Fnt_cumbwr, cumbwr__.ttf, CumberlandAMT) -STD_FONTWIN_FILE( gid_File_Fnt_mtsorts, mtsorts_.ttf, Monotype Sorts) -STD_FONTWIN_FILE( gid_File_Fnt_thowb, thowb___.ttf, ThorndaleAMT Bold) -STD_FONTWIN_FILE( gid_File_Fnt_thowbi, thowbi__.ttf, ThorndaleAMT Bold Italic) -STD_FONTWIN_FILE( gid_File_Fnt_thowi, thowi___.ttf, ThorndaleAMT Italic) -STD_FONTWIN_FILE( gid_File_Fnt_thowr, thowr___.ttf, ThorndaleAMT) -#endif -#endif |