summaryrefslogtreecommitdiff
path: root/package/source/manifest/ManifestWriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/manifest/ManifestWriter.hxx')
-rw-r--r--package/source/manifest/ManifestWriter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/manifest/ManifestWriter.hxx b/package/source/manifest/ManifestWriter.hxx
index 21cfb116b5a0..b0634bf5dad4 100644
--- a/package/source/manifest/ManifestWriter.hxx
+++ b/package/source/manifest/ManifestWriter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ManifestWriter.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-11-15 20:55:07 $
+ * last change: $Author: rt $ $Date: 2004-05-03 13:10:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ class ManifestWriter: public ::cppu::WeakImplHelper2
>
{
protected:
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xFactory;
+ ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory;
public:
ManifestWriter( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xNewFactory );
virtual ~ManifestWriter();