diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:02:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:02:08 +0000 |
commit | 0436b0349e7bcc8392a07dcbf928940df9387c48 (patch) | |
tree | c26c2fe1c25ef72122f8eec91dc04a4f987dbdbc /stoc | |
parent | 3b5fa7f36727c32b3c384a4f82495c349cec0038 (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.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stoc/source/corereflection/lrucache.hxx b/stoc/source/corereflection/lrucache.hxx index ce8b15169699..fdf1ecd9422a 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 |