throwRuntimeException(OUString(RTL_CONSTASCII_USTRINGPARAM("nested registry does not export interface \"com.sun.star.lang.XInitialization\"!")),Reference<XInterface>());
throwRuntimeException(OUString(RTL_CONSTASCII_USTRINGPARAM("service manager does not export interface \"com.sun.star.lang.XInitialization\"!")),Reference<XInterface>());
AnyaReg(makeAny(xRegistry));
xInit->initialize(Sequence<Any>(&aReg,1));
}
else
{
out("\n> warning: no registry given!");
}
//#### accept, instanciate, etc. ###########################################################
throwRuntimeException(OUString(RTL_CONSTASCII_USTRINGPARAM("bridge factory does not export interface \"com.sun.star.lang.XComponent\"!")),Reference<XInterface>());
throwRuntimeException(OUString(RTL_CONSTASCII_USTRINGPARAM("component does not export interface interface \"com.sun.star.lang.XMain\"!")),Reference<XInterface>());