From 41e2b320209997767497f49f83f9520fb76261ec Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 16 Jan 2013 11:34:00 +0100 Subject: Register theTypeDescriptionManager normally in services.rdb ...no need to handle it specially during bootstrap. Change-Id: I666dc9c0040a30a7d81ec1815c338be1407281bb --- cppuhelper/source/defaultbootstrap.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cppuhelper') diff --git a/cppuhelper/source/defaultbootstrap.cxx b/cppuhelper/source/defaultbootstrap.cxx index 6032acf95ed3..e0ff2d812280 100644 --- a/cppuhelper/source/defaultbootstrap.cxx +++ b/cppuhelper/source/defaultbootstrap.cxx @@ -86,12 +86,6 @@ cppu::defaultBootstrap_InitialComponentContext(rtl::OUString const & iniUri) css::uno::Reference< css::uno::XInterface >( static_cast< cppu::OWeakObject * >(smgr.get()))), false)); - context_values.push_back( //TODO: from services.rdb? - cppu::ContextEntry_Init( - "/singletons/com.sun.star.reflection.theTypeDescriptionManager", - css::uno::makeAny( - rtl::OUString("com.sun.star.comp.stoc.TypeDescriptionManager")), - true /*TODO: false?*/)); context_values.push_back( //TODO: from services.rdb? cppu::ContextEntry_Init( "/singletons/com.sun.star.util.theMacroExpander", -- cgit