User: vg Date: 05/02/16 07:51:59 Modified: /dba/connectivity/source/drivers/hsqldb/ Hservices.cxx
Log: INTEGRATION: CWS hsqldb2 (1.2.20); FILE MERGED 2005/01/19 07:03:29 oj 1.2.20.1: #i39922# remove db from stream name File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: Hservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/Hservices.cxx?r1=1.2&r2=1.3 Delta lines: +4 -4 ------------------- --- Hservices.cxx 9 Nov 2004 12:08:59 -0000 1.2 +++ Hservices.cxx 16 Feb 2005 15:51:56 -0000 1.3 @@ -104,7 +104,7 @@ Reference< ::com::sun::star::registry::XRegistryKey > xNewKey( xKey->createKey(aMainKeyName) ); OSL_ENSURE(xNewKey.is(), "ADABAS::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]
