Index: starmath/source/register.cxx =================================================================== RCS file: /cvs/sw/starmath/source/register.cxx,v retrieving revision 1.5.14.1 diff -u -r1.5.14.1 register.cxx --- starmath/source/register.cxx 21 May 2003 13:25:33 -0000 1.5.14.1 +++ starmath/source/register.cxx 22 May 2003 13:49:17 -0000 @@ -154,7 +154,7 @@ RTL_CONSTASCII_USTRINGPARAM("/") ) + SmXMLImport_getImplementationName() + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") ) ); - const ::com::sun::star::uno::Sequence< rtl::OUString > &rServices = + ::com::sun::star::uno::Sequence< rtl::OUString > &rServices = SmXMLImport_getSupportedServiceNames(); for(i = 0; i < rServices.getLength(); i++ ) xNewKey->createKey( rServices.getConstArray()[i]);