diff options
-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( |