summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2002-10-02 11:08:52 +0000
committerJörg Budischewski <jbu@openoffice.org>2002-10-02 11:08:52 +0000
commite96a6338a338977bd9eba24c142df712fdde3e60 (patch)
treedf952fff12678aa8f15f8550fe0610be6495f2a6 /cpputools
parentfe34b53d6c5a9bad78f050d9326181e15864310a (diff)
#103263# prepared regcomp for a types.rdb/services.rdb registry
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/registercomponent/registercomponent.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpputools/source/registercomponent/registercomponent.cxx b/cpputools/source/registercomponent/registercomponent.cxx
index 30721b20a6af..59f411fe1e15 100644
--- a/cpputools/source/registercomponent/registercomponent.cxx
+++ b/cpputools/source/registercomponent/registercomponent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registercomponent.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jbu $ $Date: 2002-10-02 12:00:24 $
+ * last change: $Author: jbu $ $Date: 2002-10-02 12:08:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -590,8 +590,8 @@ static bool hasService(
static void bootstrap(
Options & opt ,
- const Reference< XMultiServiceFactory > &xSMgr,
- const Reference< XSimpleRegistry > & reg ) throw ( Exception )
+ Reference< XMultiServiceFactory > &xSMgr,
+ Reference< XSimpleRegistry > & reg ) throw ( Exception )
{
if( opt.sRegName.equals( opt.sBootRegName2 ) )
{