diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:09:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:09:46 +0000 |
commit | e0d442dbd1044cb7e810adbe0bb056f7e0bf6acd (patch) | |
tree | f588a436c47377cd42e47f4d35fc87212d54f0d0 | |
parent | 6ff7293d166d265fc45c6a26fba72066e4d9a6cb (diff) |
INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED
2005/11/01 17:10:14 cd 1.7.4.1: #i53898# Warning free code for sun sparc compiler
-rw-r--r-- | package/inc/HashMaps.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/HashMaps.hxx b/package/inc/HashMaps.hxx index 50e2f3f41..464292b59 100644 --- a/package/inc/HashMaps.hxx +++ b/package/inc/HashMaps.hxx @@ -4,9 +4,9 @@ * * $RCSfile: HashMaps.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:56:10 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:09:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,7 @@ struct eqFunc class ZipPackageFolder; namespace com { namespace sun { namespace star { namespace packages { class ContentInfo; -} } } }; +} } } } typedef std::hash_map < rtl::OUString, ZipPackageFolder *, |