From 79f08ed4f62187dff04587bb41f2f69b95e2e88c Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 20 Jun 2007 09:15:42 +0000 Subject: INTEGRATION: CWS compmetric (1.11.18); FILE MERGED 2007/05/09 13:31:14 pl 1.11.18.1: #146890# backwards compatibility service for metrics --- padmin/source/prtsetup.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'padmin') diff --git a/padmin/source/prtsetup.cxx b/padmin/source/prtsetup.cxx index 86d2e9d2ae7d..69d978dd8688 100644 --- a/padmin/source/prtsetup.cxx +++ b/padmin/source/prtsetup.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prtsetup.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2006-12-04 16:42:25 $ + * last change: $Author: kz $ $Date: 2007-06-20 10:15:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -645,7 +645,7 @@ RTSFontSubstPage::RTSFontSubstPage( RTSDialog* pParent ) : // fill to box PrintFontManager& rFontManager = PrintFontManager::get(); ::std::list< FastPrintFontInfo > aFonts; - rFontManager.getFontListWithFastInfo( aFonts, m_pParent->m_aJobData.m_pParser ); + rFontManager.getFontListWithFastInfo( aFonts, m_pParent->m_aJobData.m_pParser, false ); ::std::list< FastPrintFontInfo >::const_iterator it; ::std::hash_map< OUString, int, OUStringHash > aToMap, aFromMap; for( it = aFonts.begin(); it != aFonts.end(); ++it ) -- cgit