View | Details | Raw Unified | Return to issue 13400
Collapse All | Expand All

(-)source/register.cxx (-1 / +1 lines)
Lines 154-160 Link Here
154
	RTL_CONSTASCII_USTRINGPARAM("/") ) + SmXMLImport_getImplementationName() +
154
	RTL_CONSTASCII_USTRINGPARAM("/") ) + SmXMLImport_getImplementationName() +
155
	::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") )  );
155
	::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") )  );
156
156
157
	const ::com::sun::star::uno::Sequence< rtl::OUString > &rServices =
157
	SAL_ISO_CONST ::com::sun::star::uno::Sequence< rtl::OUString > &rServices =
158
		SmXMLImport_getSupportedServiceNames();
158
		SmXMLImport_getSupportedServiceNames();
159
	for(i = 0; i < rServices.getLength(); i++ )
159
	for(i = 0; i < rServices.getLength(); i++ )
160
		xNewKey->createKey( rServices.getConstArray()[i]);
160
		xNewKey->createKey( rServices.getConstArray()[i]);

Return to issue 13400