summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 14:31:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 14:31:16 +0000
commitdf4a4353cf28f24d82528ee546ceff9131c7ee2d (patch)
treee611457a6ab2d2632fc4134a7be04bd451742e71 /connectivity/source/drivers/mysql
parent7530468a316f93c6f20f0e73da5d19610000f630 (diff)
INTEGRATION: CWS dba24 (1.10.44); FILE MERGED
2005/03/08 07:54:05 fs 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/04 08:43:35 oj 1.10.44.1: STLPort fix from thb
Diffstat (limited to 'connectivity/source/drivers/mysql')
-rw-r--r--connectivity/source/drivers/mysql/YDriver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mysql/YDriver.cxx b/connectivity/source/drivers/mysql/YDriver.cxx
index 99ef412d3089..89b6a39e8798 100644
--- a/connectivity/source/drivers/mysql/YDriver.cxx
+++ b/connectivity/source/drivers/mysql/YDriver.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: YDriver.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2005-02-24 14:40:05 $
+ * last change: $Author: vg $ $Date: 2005-03-10 15:31:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -350,7 +350,7 @@ namespace connectivity
);
}
}
- return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]),aDriverInfo.size());
+ return Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size());
}
//--------------------------------------------------------------------