Adapt to prefixed bootstrap_component_getFactory
Change-Id: I397f339b20bf43fbe68df18c50c23f90323f3df5
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user