summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-05-10 11:30:59 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-05-10 11:30:59 +0000
commita957745298b062d8f1e846e3f5cacae750fca793 (patch)
treeb61448edeadb3e1d8eba21f1ad6b6e22e9cc1c86
parent5ab2b3c7574686d39f1ec8ce1b5b4f2a84d5b5fe (diff)
index bug
-rw-r--r--cppuhelper/source/servicefactory.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx
index 1a5ae6f57e96..976d4670bbe9 100644
--- a/cppuhelper/source/servicefactory.cxx
+++ b/cppuhelper/source/servicefactory.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: servicefactory.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: dbo $ $Date: 2001-05-09 16:36:42 $
+ * last change: $Author: dbo $ $Date: 2001-05-10 12:30:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -268,9 +268,9 @@ static Reference< XComponentContext > initializeSF(
if (xRegistry.is())
{
// rdbtdp: registries to be used
- context_values[ 2 ].bLateInitService = false;
- context_values[ 2 ].name = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.stoc.RegistryTypeDescriptionProvider.Registries") );
- context_values[ 2 ].value = makeAny( Sequence< Reference< registry::XSimpleRegistry > >( &xRegistry, 1 ) );
+ context_values[ 3 ].bLateInitService = false;
+ context_values[ 3 ].name = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.stoc.RegistryTypeDescriptionProvider.Registries") );
+ context_values[ 3 ].value = makeAny( Sequence< Reference< registry::XSimpleRegistry > >( &xRegistry, 1 ) );
nEntries = 4;
}