Kaydet (Commit) 16f856a5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Adapt climaker to cppu::bootstrap_InitialComponentContext removal

Change-Id: If7172ff8b8724d0c915aabd42608594ab0c71042
üst 2c9ab4bd
......@@ -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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment