summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-20 09:15:42 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-20 09:15:42 +0000
commit79f08ed4f62187dff04587bb41f2f69b95e2e88c (patch)
treed9198314111d7eac6442ae18cabbae474f77aa32 /padmin
parentfc9bc0d9678e06d729b2a750a3e4c79bfe3f6e73 (diff)
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
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/prtsetup.cxx6
1 files changed, 3 insertions, 3 deletions
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 )