Index: 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 --- source/register.cxx 21 May 2003 13:25:33 -0000 1.5.14.1 +++ source/register.cxx 25 May 2003 01:42:27 -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 = + SAL_ISO_CONST ::com::sun::star::uno::Sequence< rtl::OUString > &rServices = SmXMLImport_getSupportedServiceNames(); for(i = 0; i < rServices.getLength(); i++ ) xNewKey->createKey( rServices.getConstArray()[i]);