diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:23:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:23:36 +0000 |
commit | 1a6b1ff712951c282bd95b85f5c8c6617b6602d2 (patch) | |
tree | 0706702f3c4ea6c65852507e50865110d258b503 /psprint | |
parent | 8d815614355a0c96c673f39a75c22f9356c18353 (diff) |
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
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/fontmanager/fontcache.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; |