diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-08-09 09:59:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-08-09 09:59:23 +0000 |
commit | 6d3822f27431d7fe6e2d9114e7428673e67e61c7 (patch) | |
tree | bd88754ab3a5f737f71fd2fa3b79146809c5cbd1 /psprint | |
parent | dd2287fc1ca5402c2ac8d075a633e193bb2d61ac (diff) |
INTEGRATION: CWS gslpatches3 (1.5.28); FILE MERGED
2005/06/27 12:22:26 pl 1.5.28.1: #i51254# do not stat files unnecessarily often (thanks to mmeeks)
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/psprint/fontcache.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/psprint/inc/psprint/fontcache.hxx b/psprint/inc/psprint/fontcache.hxx index 4e47abaf20fe..9021f787f895 100644 --- a/psprint/inc/psprint/fontcache.hxx +++ b/psprint/inc/psprint/fontcache.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fontcache.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-01-31 08:58:41 $ + * last change: $Author: obo $ $Date: 2005-08-09 10:59:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,6 @@ class FontCache typedef std::list< PrintFontManager::PrintFont* > FontCacheEntry; struct FontFile { - sal_Int64 m_nTimestamp; FontCacheEntry m_aEntry; }; |