summaryrefslogtreecommitdiff
path: root/psprint/inc/psprint/fontcache.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:22:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:22:46 +0000
commit0d49d7681f5949eb0b63d473ec7dde34e9b149f3 (patch)
tree1dc0905c40924df5d0f666608fc84804e7476ad2 /psprint/inc/psprint/fontcache.hxx
parent0827f2c2123f680b852a2af08c75b9a0badc2133 (diff)
INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED
2005/10/28 10:53:35 pl 1.7.10.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'psprint/inc/psprint/fontcache.hxx')
-rw-r--r--psprint/inc/psprint/fontcache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/inc/psprint/fontcache.hxx b/psprint/inc/psprint/fontcache.hxx
index aa24c175fdff..94befc0118dd 100644
--- a/psprint/inc/psprint/fontcache.hxx
+++ b/psprint/inc/psprint/fontcache.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontcache.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:33:36 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:22:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -90,7 +90,7 @@ public:
FontCache();
~FontCache();
- bool getFontCacheFile( int nDirID, const rtl::OString& rDir, const rtl::OString& rFile, std::list< PrintFontManager::PrintFont* >& rNewFonts ) const;
+ bool getFontCacheFile( int nDirID, const rtl::OString& rFile, std::list< PrintFontManager::PrintFont* >& rNewFonts ) const;
void updateFontCacheEntry( const PrintFontManager::PrintFont*, bool bFlush );
void markEmptyDir( int nDirID, bool bNoFiles = true );