summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-27 10:17:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-27 10:17:55 +0000
commit8ff3e3969af45feafbd10c018b4e8750db918505 (patch)
tree8458fac7c14a408d4a2a79225c158783b665c4db /package
parent0f5284308d31d4c02cfb252e72f14f49543554df (diff)
INTEGRATION: CWS oasisbf4 (1.2.184); FILE MERGED
2005/01/11 12:22:00 mav 1.2.184.1: #i38186# provide correct namespace information
Diffstat (limited to 'package')
-rw-r--r--package/source/manifest/ManifestExport.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/package/source/manifest/ManifestExport.hxx b/package/source/manifest/ManifestExport.hxx
index 6f8d46122a1d..ad44073d70d0 100644
--- a/package/source/manifest/ManifestExport.hxx
+++ b/package/source/manifest/ManifestExport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ManifestExport.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mtg $ $Date: 2001-11-15 20:20:18 $
+ * last change: $Author: rt $ $Date: 2005-01-27 11:17:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,10 @@
#include <com/sun/star/uno/Reference.h>
#endif
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
+#endif
+
namespace com { namespace sun { namespace star {
namespace beans { struct PropertyValue;}
namespace xml { namespace sax { class XDocumentHandler; } }
@@ -76,7 +80,8 @@ namespace com { namespace sun { namespace star {
class ManifestExport
{
public:
- ManifestExport(com::sun::star::uno::Reference < com::sun::star::xml::sax::XDocumentHandler > xHandler, const com::sun::star::uno::Sequence < com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > > &rManList);
+ ManifestExport(com::sun::star::uno::Reference < com::sun::star::xml::sax::XDocumentHandler > xHandler, const com::sun::star::uno::Sequence < com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > > &rManList );
};
#endif
+