summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:02:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:02:08 +0000
commit4c372068ba610a364304abc8cefc1176323d8e23 (patch)
treec25c0b039edb01902058fb0101733a9f85c254dd /stoc
parent70f98de12dbe4ab0ddfb88f0a6b1e9a0237222d0 (diff)
INTEGRATION: CWS ooo20040704 (1.3.38); FILE MERGED
2004/07/02 09:59:46 cmc 1.3.38.2: #i30891# revert header and namespace change 2004/06/28 14:05:21 cmc 1.3.38.1: #i30801# allow using system stl if possible
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/corereflection/lrucache.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/stoc/source/corereflection/lrucache.hxx b/stoc/source/corereflection/lrucache.hxx
index b5fc7d4fd..ec5132fbd 100644
--- a/stoc/source/corereflection/lrucache.hxx
+++ b/stoc/source/corereflection/lrucache.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lrucache.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-02-04 14:31:00 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:02:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,6 @@
#include <hash_map>
-
/** Implementation of a least recently used (lru) cache.
<br>
@author Daniel Boelzle