summaryrefslogtreecommitdiff
path: root/psprint/inc/psprint/fontcache.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:52:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:52:33 +0000
commit882513f8773c83a5c5fd78500aaec6dd0116b1bb (patch)
tree9ac0188935cb268676ec67e75bf505bbf853d015 /psprint/inc/psprint/fontcache.hxx
parentb41d5eeb9f5b51d51e924fd04c169df48ce82d22 (diff)
INTEGRATION: CWS geordi2q14 (1.2.68); FILE MERGED
2004/01/28 15:46:25 hr 1.2.68.1: #111934#: merge CWS vcl7pp1r3
Diffstat (limited to 'psprint/inc/psprint/fontcache.hxx')
-rw-r--r--psprint/inc/psprint/fontcache.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/psprint/inc/psprint/fontcache.hxx b/psprint/inc/psprint/fontcache.hxx
index b123a24b1b14..dc67d0044005 100644
--- a/psprint/inc/psprint/fontcache.hxx
+++ b/psprint/inc/psprint/fontcache.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontcache.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-11 17:17:21 $
+ * last change: $Author: hr $ $Date: 2004-02-02 18:52:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,10 @@
#include <psprint/fontmanager.hxx>
#endif
+#ifndef _STRING_HXX
+#include <tools/string.hxx>
+#endif
+
#include <hash_map>
namespace psp
@@ -97,9 +101,10 @@ class FontCache
typedef std::hash_map< int, FontDir > FontCacheData;
FontCacheData m_aCache;
+ String m_aCacheFile;
bool m_bDoFlush;
- void read( const ::rtl::OString& rPath );
+ void read();
void clearCache();
void copyPrintFont( const PrintFontManager::PrintFont* pFrom, PrintFontManager::PrintFont* pTo ) const;