From 16f856a5ca827602362692907dfcf287aa91602e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Dec 2012 11:30:29 +0100 Subject: Adapt climaker to cppu::bootstrap_InitialComponentContext removal Change-Id: If7172ff8b8724d0c915aabd42608594ab0c71042 --- cli_ure/source/climaker/climaker_app.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli_ure') diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index 7d5ad48169c3..ba56b35fc27e 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -452,8 +452,7 @@ SAL_IMPLEMENT_MAIN() } // bootstrap uno - xContext = ::cppu::bootstrap_InitialComponentContext( - Reference< registry::XSimpleRegistry >() ); + xContext = ::cppu::defaultBootstrap_InitialComponentContext(); Reference< container::XHierarchicalNameAccess > xTDmgr( xContext->getValueByName( OUSTR("/singletons/com.sun.star.reflection." -- cgit