diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-06-25 13:15:02 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-06-25 13:15:02 +0000 |
commit | 3faaaa31ce06a4ab7c4c8981cb3ea7322c2626e8 (patch) | |
tree | 7501c8d0609a83a8c04ae83a808f9d33ede321c3 /stoc/source | |
parent | beb3c6bcb4c7de232cdef25d0161c781a21c469e (diff) |
#87233# singleton name prefix: the
Diffstat (limited to 'stoc/source')
-rw-r--r-- | stoc/source/corereflection/crefl.cxx | 6 | ||||
-rw-r--r-- | stoc/source/registry_tdprovider/tdprovider.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx index ed5a26521fb3..dd08219c194b 100644 --- a/stoc/source/corereflection/crefl.cxx +++ b/stoc/source/corereflection/crefl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: crefl.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jbu $ $Date: 2001-06-22 15:41:59 $ + * last change: $Author: dbo $ $Date: 2001-06-25 14:12:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,7 +130,7 @@ IdlReflectionServiceImpl::IdlReflectionServiceImpl( { g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt ); xContext->getValueByName( OUString( - RTL_CONSTASCII_USTRINGPARAM("com.sun.star.reflection.TypeDescriptionManager") ) ) >>= _xTDMgr; + RTL_CONSTASCII_USTRINGPARAM("com.sun.star.reflection.theTypeDescriptionManager") ) ) >>= _xTDMgr; OSL_ENSURE( _xTDMgr.is(), "### cannot get \"com.sun.star.reflection.TypeDescriptionManager\"!" ); } //__________________________________________________________________________________________________ diff --git a/stoc/source/registry_tdprovider/tdprovider.cxx b/stoc/source/registry_tdprovider/tdprovider.cxx index 6f1002e65985..815827d87c8e 100644 --- a/stoc/source/registry_tdprovider/tdprovider.cxx +++ b/stoc/source/registry_tdprovider/tdprovider.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tdprovider.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2001-06-22 16:21:00 $ + * last change: $Author: dbo $ $Date: 2001-06-25 14:13:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -175,7 +175,7 @@ ProviderImpl::ProviderImpl( const Reference< XComponentContext > & xContext ) { g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt ); xContext->getValueByName( - OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.reflection.TypeDescriptionManager") ) ) >>= _xTDMgr; + OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.reflection.theTypeDescriptionManager") ) ) >>= _xTDMgr; OSL_ENSURE( _xTDMgr.is(), "### cannot get single instance \"TypeDescriptionManager\" from context!" ); // registries to read from |