User: vg Date: 05/02/16 09:24:49 Modified: /dba/connectivity/source/drivers/evoab/ LConfigAccess.cxx
Log: INTEGRATION: CWS dr33 (1.2.180); FILE MERGED 2005/02/14 16:37:27 dr 1.2.180.1: #i42367# remove non-ASCII characters from C++ sources File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LConfigAccess.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LConfigAccess.cxx?r1=1.2&r2=1.3 Delta lines: +6 -6 ------------------- --- LConfigAccess.cxx 2 Jun 2003 07:55:05 -0000 1.2 +++ LConfigAccess.cxx 16 Feb 2005 17:24:46 -0000 1.3 @@ -86,7 +86,7 @@ Reference< XPropertySet > xNode; try { - //������������������������������������������������������������� + //============================================================= // create the config provider Reference< XMultiServiceFactory > xConfigProvider( _rxORB->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.configuration.ConfigurationProvider" ) ), @@ -102,7 +102,7 @@ //sCompleteNodePath += ::rtl::OUString::createFromAscii ("com.sun.star.comp.sdbc.MozabDriver"); EVO_TRACE_STRING("createDriverConfigNode()::sCompleteNodePath = %s\n", sCompleteNodePath ); - //��������������������������������������������������������� + //========================================================= // arguments for creating the config access Sequence< Any > aArguments(2); // the path to the node to open @@ -120,7 +120,7 @@ PropertyState_DIRECT_VALUE ); - //��������������������������������������������������������� + //========================================================= // create the access Reference< XInterface > xAccess = xConfigProvider->createInstanceWithArguments( ::rtl::OUString::createFromAscii( "com.sun.star.configuration.ConfigurationAccess" ), --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
