summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/servicefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/inc/cppuhelper/servicefactory.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/servicefactory.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/cppuhelper/inc/cppuhelper/servicefactory.hxx b/cppuhelper/inc/cppuhelper/servicefactory.hxx
index 366b7dd35e06..bdf9f9e6bce7 100644
--- a/cppuhelper/inc/cppuhelper/servicefactory.hxx
+++ b/cppuhelper/inc/cppuhelper/servicefactory.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,22 +38,22 @@ namespace cppu
{
/** Deprecated. Use cppuhelper/bootstrap.hxx functions instead.
-
- This bootstraps an initial service factory working on a registry. If the first or both
+
+ This bootstraps an initial service factory working on a registry. If the first or both
parameters contain a value then the service factory is initialized with a simple registry
or a nested registry. Otherwise the service factory must be initialized later with a valid
registry.
-
+
@param rWriteRegistryFile
file name of the simple registry or the first registry file of
the nested registry which will be opened with read/write rights. This
file will be created if necessary.
@param rReadRegistryFile
- file name of the second registry file of the nested registry
+ file name of the second registry file of the nested registry
which will be opened with readonly rights.
@param bReadOnly
- flag which specify that the first registry file will be opened with
- readonly rights. Default is FALSE. If this flag is used the registry
+ flag which specify that the first registry file will be opened with
+ readonly rights. Default is FALSE. If this flag is used the registry
will not be created if not exist.
@param rBootstrapPath
specifies a path where the bootstrap components could be find. If this
@@ -63,7 +63,7 @@ namespace cppu
*/
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > SAL_CALL
createRegistryServiceFactory(
- const ::rtl::OUString & rWriteRegistryFile,
+ const ::rtl::OUString & rWriteRegistryFile,
const ::rtl::OUString & rReadRegistryFile,
sal_Bool bReadOnly = sal_False,
const ::rtl::OUString & rBootstrapPath = ::rtl::OUString() )
@@ -71,15 +71,15 @@ createRegistryServiceFactory(
/** Deprecated. Use cppuhelper/bootstrap.hxx functions instead.
-
+
This bootstraps an initial service factory working on a registry file.
-
+
@param rRegistryFile
file name of the registry to use/ create; if this is an empty
string, the default registry is used instead
@param bReadOnly
- flag which specify that the registry file will be opened with
- readonly rights. Default is FALSE. If this flag is used the registry
+ flag which specify that the registry file will be opened with
+ readonly rights. Default is FALSE. If this flag is used the registry
will not be created if not exist.
@param rBootstrapPath
specifies a path where the bootstrap components could be find. If this
@@ -89,7 +89,7 @@ createRegistryServiceFactory(
*/
inline ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > SAL_CALL
createRegistryServiceFactory(
- const ::rtl::OUString & rRegistryFile,
+ const ::rtl::OUString & rRegistryFile,
sal_Bool bReadOnly = sal_False,
const ::rtl::OUString & rBootstrapPath = ::rtl::OUString() )
SAL_THROW( (::com::sun::star::uno::Exception) )
@@ -99,7 +99,7 @@ createRegistryServiceFactory(
}
/** Deprecated. Use cppuhelper/bootstrap.hxx functions instead.
-
+
This bootstraps a service factory without initialize a registry.
@param rBootstrapPath