summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:13:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:13:08 +0000
commit4fa369b6a69a655fbf5d5c75f375b317652409cf (patch)
treec0ba55321d2e5817b14f3a7859c5f44922cec23c /package
parent6b0952b51c38ee11e458b1802be1bc4ea28b19c6 (diff)
INTEGRATION: CWS mh11rc (1.3.52); FILE MERGED
2003/06/06 10:56:06 mh 1.3.52.1: join: from beta2
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ContentInfo.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/source/zippackage/ContentInfo.hxx b/package/source/zippackage/ContentInfo.hxx
index 79af33d72da4..5f6aa1bf8c73 100644
--- a/package/source/zippackage/ContentInfo.hxx
+++ b/package/source/zippackage/ContentInfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentInfo.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-10-30 13:54:47 $
+ * last change: $Author: vg $ $Date: 2003-06-12 10:13:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,7 @@
#endif
#include <hash_map>
+namespace com { namespace sun { namespace star { namespace packages {
class ContentInfo : public cppu::OWeakObject
{
public:
@@ -103,4 +104,5 @@ public:
pFolder->releaseUpwardRef();
}
};
+} } } };
#endif