summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-03 12:10:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-03 12:10:34 +0000
commit1708be6874c549e2c4e771726fb63cf4c2ef592c (patch)
tree04fb959b69e21cd89a8637c8a96a09e76a3bc221
parent2aac2d0ae94fb3b8510e5c44260a90caa5746bc3 (diff)
INTEGRATION: CWS binfilter (1.3.80); FILE MERGED
2003/10/22 15:08:27 dbo 1.3.80.1: fixing Reference<> const & objects members
-rw-r--r--package/source/manifest/ManifestReader.hxx6
-rw-r--r--package/source/manifest/ManifestWriter.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/package/source/manifest/ManifestReader.hxx b/package/source/manifest/ManifestReader.hxx
index 534e83089626..6f382990c2e6 100644
--- a/package/source/manifest/ManifestReader.hxx
+++ b/package/source/manifest/ManifestReader.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ManifestReader.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-11-15 20:54:42 $
+ * last change: $Author: rt $ $Date: 2004-05-03 13:10:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ class ManifestReader: 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:
ManifestReader( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xNewFactory );
virtual ~ManifestReader();
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();