diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-04 09:54:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-04 09:54:15 +0000 |
commit | 09eae2cff505640101813c6026ed176c32a7b6bb (patch) | |
tree | b8d8691fc0279aedf7f31ca0eec81feceb8c7cfa /cppuhelper | |
parent | e8563608ebb01c77cc5023091843867ad22dae40 (diff) |
INTEGRATION: CWS cliuno01 (1.6.46); FILE MERGED
2003/08/14 11:58:34 dbo 1.6.46.1: missing param
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/bootstrap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/bootstrap.hxx b/cppuhelper/inc/cppuhelper/bootstrap.hxx index d461d1b1af62..3ffd38ea8b12 100644 --- a/cppuhelper/inc/cppuhelper/bootstrap.hxx +++ b/cppuhelper/inc/cppuhelper/bootstrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: bootstrap.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: dbo $ $Date: 2001-11-09 13:49:15 $ + * last change: $Author: obo $ $Date: 2003-09-04 10:54:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ sal_Bool SAL_CALL installTypeDescriptionManager( - registry typedescription provider, typedescription manager (also installs it into cppu core) @param xRegistry registry for service manager and singleton objects of context (may be null) - @rBootstrapPath optional bootstrap path for initial components + @param rBootstrapPath optional bootstrap path for initial components @return component context */ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > SAL_CALL |