summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:32:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:32:08 +0000
commitb0789cf8c56275b99ac43b87b74e0fa4825fa699 (patch)
tree2d06ee2921c7a40adbe1ffa7d279f118ff1bd307
parentec2ea4378bb0310c44252fb7fac709d07c2b6151 (diff)
INTEGRATION: CWS dr33 (1.2.280); FILE MERGED
2005/02/14 16:40:14 dr 1.2.280.1: #i42367# remove non-ASCII characters from C++ sources
-rw-r--r--connectivity/source/inc/odbc/OFunctions.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/odbc/OFunctions.hxx b/connectivity/source/inc/odbc/OFunctions.hxx
index 65aed836ecf6..1acb5388c3b8 100644
--- a/connectivity/source/inc/odbc/OFunctions.hxx
+++ b/connectivity/source/inc/odbc/OFunctions.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: OFunctions.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-05-15 08:18:15 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:32:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -424,7 +424,7 @@ namespace connectivity
#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 sources 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,