diff options
author | Christof Pintaske <cp@openoffice.org> | 2001-10-10 10:19:31 +0000 |
---|---|---|
committer | Christof Pintaske <cp@openoffice.org> | 2001-10-10 10:19:31 +0000 |
commit | a32167c57949eae3ef5165486e8b0caad41653ec (patch) | |
tree | a9dfea964919a57525048cae7590f8eb235b41ea /vcl | |
parent | 18dcdcd296f885e6af6017fee74c93f66c7c5918 (diff) |
#92898# sheffield is by far not metric compatible with century gothic
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index 6755bd383820..fd6c39f77164 100644 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: outdev3.cxx,v $ * - * $Revision: 1.61 $ + * $Revision: 1.62 $ * - * last change: $Author: cd $ $Date: 2001-10-08 12:53:19 $ + * last change: $Author: cp $ $Date: 2001-10-10 11:19:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1067,7 +1067,7 @@ static char const aImplSubsSTCKai[] = "kai;simkai;fzkai;zycjkkai;mkai"; // SC an static char const aImplSubsKRBatang[] = "hymyeongjolightk;myeongjo;batang;batangche;gungsuh;gungsuhche;myeomjo"; static char const aImplSubsKRGulim[] = "gulim;gulimche;dotum;dotumche;roundgothic;kodig;andalesansui"; -static char const aImplSubsCenturyGothic[] = "centurygothic;avantgarde;itcavantgarde;gothic;sheffield;conga"; +static char const aImplSubsCenturyGothic[] = "centurygothic;avantgarde;itcavantgarde;gothic;conga"; static char const aImplSubsNewCenturySchoolbook[] = "newcenturyschlbk;newcenturyschoolbook;centuryschoolbook;centuryschoolbookl"; static char const aImplSubsBookman[] = "bookman;itcbookman;bookmanl;bookmanoldstyle;"; static char const aImplSubsPalatino[] = "palatino;bookantiqua;palladio;palladiol"; |