Tag: cws_src680_dr33
User: dr      
Date: 05/02/14 08:40:18

Modified:
 /dba/connectivity/source/inc/ado/
  Aolewrap.hxx
 /dba/connectivity/source/inc/dbase/
  DIndex.hxx, DTable.hxx
 /dba/connectivity/source/inc/file/
  fcode.hxx
 /dba/connectivity/source/inc/odbc/
  OFunctions.hxx

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

File Changes:

Directory: /dba/connectivity/source/inc/ado/
============================================

File [changed]: Aolewrap.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/ado/Aolewrap.hxx?r1=1.8&r2=1.8.198.1
Delta lines:  +6 -6
-------------------
--- Aolewrap.hxx        15 Apr 2003 17:39:33 -0000      1.8
+++ Aolewrap.hxx        14 Feb 2005 16:40:12 -0000      1.8.198.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: Aolewrap.hxx,v $
  *
- *  $Revision: 1.8 $
+ *  $Revision: 1.8.198.1 $
  *
- *  last change: $Author: vg $ $Date: 2003/04/15 17:39:33 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:40:12 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -109,7 +109,7 @@
                // Template-Klasse WpOLEBase<class T>
                // ==================================
                //
-               // Objekte dieser Klasse h�lt einen Zeiger auf ein Interface 
vom Typ T.
+        // Objekte dieser Klasse haelt einen Zeiger auf ein Interface vom Typ 
T.
                // Es gibt Konstruktoren und Zuweisungsoperator die 
sicherstellen, dass
                // AddRef() und Release() entsprechend den COM-Konventionen 
gerufen werden.
                // Ein Objekt kann auch keinen Zeiger halten (Nullzeiger), dann 
ergibt
@@ -170,12 +170,12 @@
                // Diese Klasse, welche sich von WpOLEBase<Ts> ableitet, 
abstrahiert die
                // den DAO-Collections gemeinsamen Eigenschaften:
                //
-               // Sie werden �ber ein Interface Ts (etwa: DAOFields) 
angesprochen
+        // Sie werden ueber ein Interface Ts (etwa: DAOFields) angesprochen
                // und koennen ueber get_Item (hier:GetItem) Items des Typs T 
(genauer:
                // mit Interface T, etwa DAOField) herausgeben.
                //
                // Diese Wrapperklasse gibt aber nicht ein Interface T heraus,
-               // sondern ein Objekt der Klasse WrapT. Dieses mu� eine 
Konstruktion
+        // sondern ein Objekt der Klasse WrapT. Dieses muss eine Konstruktion
                // durch T zulassen, vorzugsweise ist es von WpOLEBase<T> 
abgeleitet.
                //
 

Directory: /dba/connectivity/source/inc/dbase/
==============================================

File [changed]: DIndex.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/dbase/DIndex.hxx?r1=1.10&r2=1.10.254.1
Delta lines:  +3 -3
-------------------
--- DIndex.hxx  5 Jul 2002 08:09:58 -0000       1.10
+++ DIndex.hxx  14 Feb 2005 16:40:13 -0000      1.10.254.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: DIndex.hxx,v $
  *
- *  $Revision: 1.10 $
+ *  $Revision: 1.10.254.1 $
  *
- *  last change: $Author: oj $ $Date: 2002/07/05 08:09:58 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:40:13 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -122,7 +122,7 @@
                private:
                        SvStream*               m_pFileStream;                  
                // Stream zum Lesen/Schreiben des Index
                        NDXHeader               m_aHeader;
-                       ONDXPageList    m_aCollector;                           
        // Pool von nicht mehr ben�tigten Seiten
+            ONDXPageList    m_aCollector;                   // Pool von nicht 
mehr benoetigten Seiten
                        ONDXPagePtr             m_aRoot,                        
                        // Wurzel des b+ Baums
                                                        m_aCurLeaf;             
                        // aktuelles Blatt
                        USHORT                  m_nCurNode;                     
                // Position des aktuellen Knoten

File [changed]: DTable.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/dbase/DTable.hxx?r1=1.34&r2=1.34.60.1
Delta lines:  +11 -11
---------------------
--- DTable.hxx  2 Aug 2004 17:12:56 -0000       1.34
+++ DTable.hxx  14 Feb 2005 16:40:13 -0000      1.34.60.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: DTable.hxx,v $
  *
- *  $Revision: 1.34 $
+ *  $Revision: 1.34.60.1 $
  *
- *  last change: $Author: hr $ $Date: 2004/08/02 17:12:56 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:40:13 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -126,8 +126,8 @@
                        struct DBFMemoHeader
                                                        {
                                                                DBFMemoType     
db_typ;                                         /* Dateityp                     
                        */
-                                                               UINT32  
db_next;                                                /* n�chster freier 
Block                */
-                                                               USHORT  
db_size;                                                /* Blockgr��e: dBase 3 
fest             */
+                                UINT32  db_next;                        /* 
naechster freier Block       */
+                                USHORT  db_size;                        /* 
Blockgroesse: dBase 3 fest   */
                                                        };
 
                        ::std::vector<sal_Int32> m_aTypes;              // 
holds all type for columns just to avoid to ask the propertyset

Directory: /dba/connectivity/source/inc/file/
=============================================

File [changed]: fcode.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/file/fcode.hxx?r1=1.16&r2=1.16.86.1
Delta lines:  +15 -15
---------------------
--- fcode.hxx   15 Mar 2004 12:48:30 -0000      1.16
+++ fcode.hxx   14 Feb 2005 16:40:13 -0000      1.16.86.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: fcode.hxx,v $
  *
- *  $Revision: 1.16 $
+ *  $Revision: 1.16.86.1 $
  *
- *  last change: $Author: obo $ $Date: 2004/03/15 12:48:30 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:40:13 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -153,7 +153,7 @@
                        sal_uInt16 getRowPos() const {return m_nRowPos;}
                        virtual const ORowSetValue& getValue() const;
                        virtual void setValue(const ORowSetValue& _rVal);
-                       void bindValue(const OValueRefRow& _pRow);              
                                // Bindung an den Wert, den der Operand 
repr�sentiert
+            void bindValue(const OValueRefRow& _pRow);                      // 
Bindung an den Wert, den der Operand repraesentiert
 
                        TYPEINFO();
                };
@@ -173,7 +173,7 @@
                        TYPEINFO();
                };
 
-               // Parameter f�r ein Pr�dikat
+        // Parameter fuer ein Praedikat
                class OOperandParam : public OOperandRow
                {
                public:
@@ -265,7 +265,7 @@
                {
                public:
                        virtual void Exec(OCodeStack&) = 0;
-                       virtual sal_uInt16 getRequestedOperands() const;        
                // Anzahl ben�tigter Operanden
+            virtual sal_uInt16 getRequestedOperands() const;    // Anzahl 
benoetigter Operanden
                                                                                
                                                // Standard ist 2
                        TYPEINFO();
                };

Directory: /dba/connectivity/source/inc/odbc/
=============================================

File [changed]: OFunctions.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OFunctions.hxx?r1=1.2&r2=1.2.280.1
Delta lines:  +66 -66
---------------------
--- OFunctions.hxx      15 May 2001 08:18:15 -0000      1.2
+++ OFunctions.hxx      14 Feb 2005 16:40:14 -0000      1.2.280.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: OFunctions.hxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.280.1 $
  *
- *  last change: $Author: oj $ $Date: 2001/05/15 08:18:15 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:40:14 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -424,7 +424,7 @@
        
        #define N3SQLGetDiagRec(a,b,c,d,e,f,g,h) 
(*(T3SQLGetDiagRec)getOdbcFunction(ODBC3SQLGetDiagRec))(a,b,c,d,e,f,g,h)
 
-       // Obtaining information about the data source�s system tables (catalog 
functions)
+    // Obtaining information about the data source's system tables (catalog 
functions)
        typedef SQLRETURN  (SQL_API  *T3SQLColumnPrivileges) (SQLHSTMT          
StatementHandle,
                                                                                
                        SQLCHAR *                       CatalogName,
                                                                                
                        SQLSMALLINT                     NameLength1,




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

Reply via email to