diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-16 10:53:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-16 10:53:34 +0200 |
commit | b25a9a2f5896a53501838269b41b01d3b1567fa1 (patch) | |
tree | 9bc968894d6abb84eb402100f38d3e802da5fa94 /cli_ure | |
parent | e7664052d6693598e773f4c9dd6b819213d80d60 (diff) |
Adapt to prefixed bootstrap_component_getFactory
Change-Id: I397f339b20bf43fbe68df18c50c23f90323f3df5
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index 151c7ab81889..f7b1f27bb5e6 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -466,7 +466,8 @@ SAL_IMPLEMENT_MAIN() "com.sun.star.comp.stoc.RegistryTypeDescriptionProvider", Reference< lang::XMultiServiceFactory >( xContext->getServiceManager(), UNO_QUERY ), - Reference< registry::XRegistryKey >() ), UNO_QUERY ); + Reference< registry::XRegistryKey >(), "bootstrap_" ), + UNO_QUERY ); if (! xTDprov_factory.is()) { throw RuntimeException( |