From 3faaaa31ce06a4ab7c4c8981cb3ea7322c2626e8 Mon Sep 17 00:00:00 2001 From: Daniel Boelzle Date: Mon, 25 Jun 2001 13:15:02 +0000 Subject: #87233# singleton name prefix: the --- stoc/source/corereflection/crefl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stoc/source/corereflection/crefl.cxx') 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\"!" ); } //__________________________________________________________________________________________________ -- cgit