summaryrefslogtreecommitdiff
path: root/psprint/inc/psprint/fontcache.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 08:21:57 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 08:21:57 +0000
commit5708634ffdd74b1d813212ca9d94e4e705aeb063 (patch)
tree41d84d32bb5b5be86650073f278dfd864e31c590 /psprint/inc/psprint/fontcache.hxx
parent05198cd1486bfbc91120d29be5d7767faf2fcb40 (diff)
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
Diffstat (limited to 'psprint/inc/psprint/fontcache.hxx')
-rw-r--r--psprint/inc/psprint/fontcache.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/psprint/inc/psprint/fontcache.hxx b/psprint/inc/psprint/fontcache.hxx
index dc67d0044005..fbaabc0d7257 100644
--- a/psprint/inc/psprint/fontcache.hxx
+++ b/psprint/inc/psprint/fontcache.hxx
@@ -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 );