diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-20 11:30:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-20 11:30:29 +0100 |
commit | 16f856a5ca827602362692907dfcf287aa91602e (patch) | |
tree | 171e84485ac62dada0245916ca55abca82a30ef2 /cli_ure | |
parent | 2c9ab4bd1bd895478ca6c5887b05ff29a73f1215 (diff) |
Adapt climaker to cppu::bootstrap_InitialComponentContext removal
Change-Id: If7172ff8b8724d0c915aabd42608594ab0c71042
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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." |