Tag: cws_src680_dr33
User: dr      
Date: 05/02/14 08:33:55

Modified:
 /dba/connectivity/source/commontools/
  CommonTools.cxx, FValue.cxx, TSkipDeletedSet.cxx

Log:
 #i42367# remove non-ASCII characters from C++ sources

File Changes:

Directory: /dba/connectivity/source/commontools/
================================================

File [changed]: CommonTools.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/CommonTools.cxx?r1=1.17&r2=1.17.36.1
Delta lines:  +18 -18
---------------------
--- CommonTools.cxx     9 Nov 2004 11:45:46 -0000       1.17
+++ CommonTools.cxx     14 Feb 2005 16:33:51 -0000      1.17.36.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: CommonTools.cxx,v $
  *
- *  $Revision: 1.17 $
+ *  $Revision: 1.17.36.1 $
  *
- *  last change: $Author: hr $ $Date: 2004/11/09 11:45:46 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:33:51 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -355,8 +355,8 @@
 
//------------------------------------------------------------------------------
 sal_Bool isValidSQLName(const ::rtl::OUString& rName,const ::rtl::OUString& 
_rSpecials)
 {
-       // �berpr�fung auf korrekte Namensgebung im SQL Sinne
-       // Dieses ist wichtig f�r Tabellennamen beispielsweise
+    // Ueberpruefung auf korrekte Namensgebung im SQL Sinne
+    // Dieses ist wichtig fuer Tabellennamen beispielsweise
        ::rtl::OString aName(rName,rName.getLength(),RTL_TEXTENCODING_ASCII_US);
        const char* pStr = aName.getStr();
        if (isdigit(*pStr))

File [changed]: FValue.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/FValue.cxx?r1=1.24&r2=1.24.72.1
Delta lines:  +39 -39
---------------------
--- FValue.cxx  1 Jun 2004 10:06:14 -0000       1.24
+++ FValue.cxx  14 Feb 2005 16:33:52 -0000      1.24.72.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: FValue.cxx,v $
  *
- *  $Revision: 1.24 $
+ *  $Revision: 1.24.72.1 $
  *
- *  last change: $Author: obo $ $Date: 2004/06/01 10:06:14 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:33:52 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -161,7 +161,7 @@
                AllocationType( ) : pName( NULL ), nAllocatedUnits( 0 ) { }
        };
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        class AllocationTracer
        {
        public:
@@ -177,7 +177,7 @@
                static AllocationState::iterator        getLocation( const 
sal_Char* _pName );
        };
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        AllocationTracer::AllocationState::iterator     
AllocationTracer::getLocation( const sal_Char* _pName )
        {
                AllocationState::iterator aLookFor = s_aAllocated.begin();
@@ -197,11 +197,11 @@
                return aLookFor;
        }
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        AllocationTracer::AllocationState                       
AllocationTracer::s_aAllocated;
        ::osl::Mutex                                                            
AllocationTracer::s_aMutex;
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        void AllocationTracer::registerUnit( const sal_Char* _pName )
        {
                ::osl::MutexGuard aGuard( s_aMutex );
@@ -210,7 +210,7 @@
                ++aPos->nAllocatedUnits;
        }
 
-       // 
�����������������������������������������������������������������������������
+    // 
=============================================================================
        void AllocationTracer::revokeUnit( const sal_Char* _pName )
        {
                ::osl::MutexGuard aGuard( s_aMutex );

File [changed]: TSkipDeletedSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TSkipDeletedSet.cxx?r1=1.5&r2=1.5.90.1
Delta lines:  +9 -9
-------------------
--- TSkipDeletedSet.cxx 2 Mar 2004 12:32:14 -0000       1.5
+++ TSkipDeletedSet.cxx 14 Feb 2005 16:33:52 -0000      1.5.90.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: TSkipDeletedSet.cxx,v $
  *
- *  $Revision: 1.5 $
+ *  $Revision: 1.5.90.1 $
  *
- *  last change: $Author: rt $ $Date: 2004/03/02 12:32:14 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:33:52 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -168,7 +168,7 @@
                        bDone = sal_False;
        }
 
-       while (bDataFound && !bDone)                    // solange iterieren 
bis man auf einem g�ltigen Satz ist
+    while (bDataFound && !bDone)            // solange iterieren bis man auf 
einem gueltigen Satz ist
        {
                bDataFound = m_pHelper->move(eDelPosition, 1, _bRetrieveData);
                if (_eCursorPosition != IResultSetHelper::RELATIVE)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to