summaryrefslogtreecommitdiff
path: root/cppuhelper/source/defaultbootstrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/defaultbootstrap.cxx')
-rw-r--r--cppuhelper/source/defaultbootstrap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/defaultbootstrap.cxx b/cppuhelper/source/defaultbootstrap.cxx
index fe971f0c139d..c2d69990bf24 100644
--- a/cppuhelper/source/defaultbootstrap.cxx
+++ b/cppuhelper/source/defaultbootstrap.cxx
@@ -53,10 +53,10 @@ cppu::defaultBootstrap_InitialComponentContext(OUString const & iniUri)
throw css::uno::DeploymentException(
"Cannot open uno ini " + iniUri);
}
- rtl::Reference< cppuhelper::ServiceManager > smgr(
+ rtl::Reference smgr(
new cppuhelper::ServiceManager);
smgr->init(getBootstrapVariable(bs, "UNO_SERVICES"));
- rtl::Reference< cppuhelper::TypeManager > tmgr(new cppuhelper::TypeManager);
+ rtl::Reference tmgr(new cppuhelper::TypeManager);
tmgr->init(getBootstrapVariable(bs, "UNO_TYPES"));
std::vector< cppu::ContextEntry_Init > context_values;
context_values.push_back(