summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-16 11:34:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-16 11:39:03 +0100
commit41e2b320209997767497f49f83f9520fb76261ec (patch)
tree3b9acd2db074a35f11b5f119ebe8b04e2afe79b6 /cppuhelper
parentdcdda1d61092aad74cd77023be58ef823b424126 (diff)
Register theTypeDescriptionManager normally in services.rdb
...no need to handle it specially during bootstrap. Change-Id: I666dc9c0040a30a7d81ec1815c338be1407281bb
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/defaultbootstrap.cxx6
1 files changed, 0 insertions, 6 deletions
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
@@ -88,12 +88,6 @@ cppu::defaultBootstrap_InitialComponentContext(rtl::OUString const & iniUri)
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",
css::uno::makeAny(
cppuhelper::detail::create_bootstrap_macro_expander_factory()),