User: ihi Date: 2006/08/28 07:53:24 Modified: dba/connectivity/source/drivers/evoab2/NServices.cxx
Log: INTEGRATION: CWS dba205a (1.4.20); FILE MERGED 2006/07/27 09:59:53 fs 1.4.20.1: warning-free code (in preparation of #i55701# File Changes: Directory: /dba/connectivity/source/drivers/evoab2/ =================================================== File [changed]: NServices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NServices.cxx?r1=1.4&r2=1.5 Delta lines: +1 -1 ------------------- --- NServices.cxx 20 Jun 2006 01:24:54 -0000 1.4 +++ NServices.cxx 28 Aug 2006 14:53:22 -0000 1.5 @@ -80,7 +80,7 @@ Reference< ::com::sun::star::registry::XRegistryKey > xNewKey( xKey->createKey(aMainKeyName) ); OSL_ENSURE(xNewKey.is(), "EVOAB::component_writeInfo : could not create a registry key !"); - for (sal_uInt32 i=0; i<Services.getLength(); ++i) + for (sal_Int32 i=0; i<Services.getLength(); ++i) xNewKey->createKey(Services[i]); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
