Tag: cws_src680_dr33
User: dr      
Date: 05/02/14 08:39:28

Modified:
 /dba/connectivity/source/drivers/mozab/
  MConfigAccess.cxx

Log:
 #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.4.66.1
Delta lines:  +6 -6
-------------------
--- MConfigAccess.cxx   25 Jun 2004 18:27:06 -0000      1.4
+++ MConfigAccess.cxx   14 Feb 2005 16:39:24 -0000      1.4.66.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: MConfigAccess.cxx,v $
  *
- *  $Revision: 1.4 $
+ *  $Revision: 1.4.66.1 $
  *
- *  last change: $Author: hjs $ $Date: 2004/06/25 18:27:06 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:39:24 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -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]

Reply via email to