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

Adapt to prefixed bootstrap_component_getFactory

Change-Id: I397f339b20bf43fbe68df18c50c23f90323f3df5
üst e7664052
...@@ -466,7 +466,8 @@ SAL_IMPLEMENT_MAIN() ...@@ -466,7 +466,8 @@ SAL_IMPLEMENT_MAIN()
"com.sun.star.comp.stoc.RegistryTypeDescriptionProvider", "com.sun.star.comp.stoc.RegistryTypeDescriptionProvider",
Reference< lang::XMultiServiceFactory >( Reference< lang::XMultiServiceFactory >(
xContext->getServiceManager(), UNO_QUERY ), xContext->getServiceManager(), UNO_QUERY ),
Reference< registry::XRegistryKey >() ), UNO_QUERY ); Reference< registry::XRegistryKey >(), "bootstrap_" ),
UNO_QUERY );
if (! xTDprov_factory.is()) if (! xTDprov_factory.is())
{ {
throw RuntimeException( throw RuntimeException(
......
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