INTEGRATION: CWS vcl22 (1.3.28); FILE MERGED

2004/06/25 20:46:46 pl 1.3.28.1: #i30611# do not write cache file if nothing changed
This commit is contained in:
Oliver Bolte 2004-07-05 08:21:57 +00:00
parent 05198cd148
commit 5708634ffd

View file

@ -2,9 +2,9 @@
*
* $RCSfile: fontcache.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: hr $ $Date: 2004-02-02 18:52:33 $
* last change: $Author: obo $ $Date: 2004-07-05 09:21:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -108,6 +108,7 @@ class FontCache
void clearCache();
void copyPrintFont( const PrintFontManager::PrintFont* pFrom, PrintFontManager::PrintFont* pTo ) const;
bool equalsPrintFont( const PrintFontManager::PrintFont* pLeft, PrintFontManager::PrintFont* pRight ) const;
PrintFontManager::PrintFont* clonePrintFont( const PrintFontManager::PrintFont* pFont ) const;
void createCacheDir( int nDirID );