cli_ure/source/climaker/climaker_app.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 16f856a5ca827602362692907dfcf287aa91602e Author: Stephan Bergmann <[email protected]> Date: Thu Dec 20 11:30:29 2012 +0100 Adapt climaker to cppu::bootstrap_InitialComponentContext removal Change-Id: If7172ff8b8724d0c915aabd42608594ab0c71042 diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index 7d5ad48..ba56b35 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." _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
