summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AConnection.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-18 13:06:30 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-18 13:06:30 +0000
commitea572cfc0312e2172c2aba76a338c3155dadf40d (patch)
tree10a9dc321684d0fff47bf9b0ca2298fc5648f65f /connectivity/source/drivers/ado/AConnection.cxx
parentb12ebaaeeaff51de21e651c47f293ca253188586 (diff)
when ask for typeinfo don't look for errors
Diffstat (limited to 'connectivity/source/drivers/ado/AConnection.cxx')
-rw-r--r--connectivity/source/drivers/ado/AConnection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/AConnection.cxx b/connectivity/source/drivers/ado/AConnection.cxx
index f596accf75fa..c2c2041294a9 100644
--- a/connectivity/source/drivers/ado/AConnection.cxx
+++ b/connectivity/source/drivers/ado/AConnection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AConnection.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2001-04-12 15:07:33 $
+ * last change: $Author: oj $ $Date: 2001-04-18 14:06:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -488,7 +488,7 @@ void OConnection::buildTypeInfo() throw( SQLException)
{
::osl::MutexGuard aGuard( m_aMutex );
- Reference< XResultSet> xRs = getMetaData ()->getTypeInfo ();
+ Reference< XResultSet> xRs = getMetaData()->getTypeInfo();
Reference< XRow> xRow(xRs,UNO_QUERY);
// Information for a single SQL type