diff options
author | th <th@openoffice.org> | 2001-04-06 11:48:42 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-04-06 11:48:42 +0000 |
commit | 242b0c50d6982709e7f38a19423e92df15d1fcff (patch) | |
tree | f09916b8e155de15b940be7224e743ea4901375f /vcl/source/gdi/print.cxx | |
parent | 4c861b8bf4b83c051d7a48be09fb778de9e21d44 (diff) |
#80306# - New Fontmapping (now also for CJK fonts)
Diffstat (limited to 'vcl/source/gdi/print.cxx')
-rw-r--r-- | vcl/source/gdi/print.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index 6670e5767b1e..c8d9dbd0fecf 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -2,9 +2,9 @@ * * $RCSfile: print.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: cd $ $Date: 2000-11-17 13:38:58 $ + * last change: $Author: th $ $Date: 2001-04-06 12:47:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -653,7 +653,6 @@ void Printer::ImplInit( SalPrinterQueueInfo* pInfo ) mpFontList = new ImplDevFontList; mpFontCache = new ImplFontCache( TRUE ); mpGraphics->GetDevFontList( mpFontList ); - mpFontList->InitStdFonts(); } // ----------------------------------------------------------------------- |