From 1a6b1ff712951c282bd95b85f5c8c6617b6602d2 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 09:23:36 +0000 Subject: INTEGRATION: CWS warnings01 (1.16.6); FILE MERGED 2006/04/07 15:28:00 sb 1.16.6.3: RESYNC: (1.18-1.20); FILE MERGED 2006/01/25 17:08:25 sb 1.16.6.2: RESYNC: (1.16-1.18); FILE MERGED 2005/10/28 10:53:36 pl 1.16.6.1: #i55991# removed warnings for solaris platform --- psprint/source/fontmanager/fontcache.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'psprint') diff --git a/psprint/source/fontmanager/fontcache.cxx b/psprint/source/fontmanager/fontcache.cxx index baa6d48a123a..178c7ce18a33 100644 --- a/psprint/source/fontmanager/fontcache.cxx +++ b/psprint/source/fontmanager/fontcache.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontcache.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: vg $ $Date: 2006-06-02 09:48:39 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:23:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -669,7 +669,7 @@ PrintFontManager::PrintFont* FontCache::clonePrintFont( const PrintFontManager:: /* * FontCache::getFontCacheFile */ -bool FontCache::getFontCacheFile( int nDirID, const OString& rDir, const OString& rFile, list< PrintFontManager::PrintFont* >& rNewFonts ) const +bool FontCache::getFontCacheFile( int nDirID, const OString& rFile, list< PrintFontManager::PrintFont* >& rNewFonts ) const { bool bSuccess = false; -- cgit