updated (#88338#)
This commit is contained in:
parent
a0e644836d
commit
e092c5ccae
1 changed files with 11 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: bootstrap.hxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: kr $ $Date: 2001-05-29 14:02:06 $
|
||||
* last change: $Author: kr $ $Date: 2001-07-23 11:13:41 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -124,6 +124,15 @@ bootstrap_InitialComponentContext(
|
|||
implementation registration
|
||||
registry typedescription provider, typedescription manager (also installs it into cppu core)
|
||||
|
||||
this function tries to find its parameters via these bootstrap variables:
|
||||
|
||||
UNO_TYPES -- a space separated list of file urls of type rdbs
|
||||
UNO_SERVICES -- a space separated list of file urls of service rdbs
|
||||
UNO_WRITERDB -- a file url of a write rdb (e.g. user.rdb)
|
||||
|
||||
Please look at http://udk.openoffice.org/common/man/concept/uno_default_bootstrapping.html
|
||||
for more info.
|
||||
|
||||
@return component context
|
||||
*/
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > SAL_CALL
|
||||
|
|
Loading…
Reference in a new issue