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/corereflection/crefl.cxx | |
parent | beb3c6bcb4c7de232cdef25d0161c781a21c469e (diff) |
#87233# singleton name prefix: the
Diffstat (limited to 'stoc/source/corereflection/crefl.cxx')
-rw-r--r-- | stoc/source/corereflection/crefl.cxx | 6 |
1 files changed, 3 insertions, 3 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\"!" ); } //__________________________________________________________________________________________________ |