--- oo/sch/source/ui/unoidl/register.cxx.orig Sat May 24 05:22:38 2003 +++ oo/sch/source/ui/unoidl/register.cxx Sat May 24 05:23:54 2003 @@ -2,9 +2,9 @@ * * $RCSfile$ * - * $Revision$ + * $Revision$ * - * last change: $Author$ $Date$ + * last change: $Author$ $Date$ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,7 @@ RTL_CONSTASCII_USTRINGPARAM("/") ) + SchDocument_getImplementationName() + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") ) ); - uno::Sequence< rtl::OUString > &rServices = SchDocument_getSupportedServiceNames(); + const uno::Sequence< rtl::OUString > &rServices = SchDocument_getSupportedServiceNames(); for(i = 0; i < rServices.getLength(); i++ ) xNewKey->createKey( rServices.getConstArray()[i]);