summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:12:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:12:49 +0000
commit50791204172cf6c621fe62e22edfa421ff675df6 (patch)
treee922c1ebeb0d4d0fca6e10aa6210fae0660674c0 /package/inc
parent6c28790408c2f40b4d7dd7b1dca90da1fa15c1d2 (diff)
INTEGRATION: CWS mh11rc (1.5.52); FILE MERGED
2003/06/06 10:56:04 mh 1.5.52.1: join: from beta2
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/HashMaps.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/inc/HashMaps.hxx b/package/inc/HashMaps.hxx
index af0e9778092b..571ddf1753a5 100644
--- a/package/inc/HashMaps.hxx
+++ b/package/inc/HashMaps.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: HashMaps.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mtg $ $Date: 2001-10-30 13:52:18 $
+ * last change: $Author: vg $ $Date: 2003-06-12 10:12:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,9 @@ struct eqFunc
};
class ZipPackageFolder;
+namespace com { namespace sun { namespace star { namespace packages {
class ContentInfo;
+} } } };
typedef std::hash_map < rtl::OUString,
ZipPackageFolder *,
@@ -87,7 +89,7 @@ typedef std::hash_map < rtl::OUString,
eqFunc > FolderHash;
typedef std::hash_map < rtl::OUString,
- vos::ORef < ContentInfo >,
+ vos::ORef < com::sun::star::packages::ContentInfo >,
::rtl::OUStringHash,
eqFunc > ContentHash;