User: vg Date: 05/02/16 09:30:57 Modified: /dba/connectivity/source/drivers/mozab/ MConfigAccess.cxx
Log: INTEGRATION: CWS dr33 (1.4.66); FILE MERGED 2005/02/14 16:39:24 dr 1.4.66.1: #i42367# remove non-ASCII characters from C++ sources File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MConfigAccess.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MConfigAccess.cxx?r1=1.4&r2=1.5 Delta lines: +3 -3 ------------------- --- MConfigAccess.cxx 25 Jun 2004 18:27:06 -0000 1.4 +++ MConfigAccess.cxx 16 Feb 2005 17:30:55 -0000 1.5 @@ -84,7 +84,7 @@ Reference< XPropertySet > xNode; try { - //������������������������������������������������������������� + //============================================================= // create the config provider Reference< XMultiServiceFactory > xConfigProvider( _rxORB->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ConfigurationProvider" )) ), @@ -97,7 +97,7 @@ ::rtl::OUString sCompleteNodePath = ::rtl::OUString::createFromAscii ("/org.openoffice.Office.DataAccess/DriverSettings/" ); sCompleteNodePath += OConnection::getDriverImplementationName(); - //��������������������������������������������������������� + //========================================================= // arguments for creating the config access Sequence< Any > aArguments(2); // the path to the node to open @@ -115,7 +115,7 @@ PropertyState_DIRECT_VALUE ); - //��������������������������������������������������������� + //========================================================= // create the access Reference< XInterface > xAccess = xConfigProvider->createInstanceWithArguments( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ConfigurationAccess" )), --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
