summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas/BConnection.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 13:21:30 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 13:21:30 +0000
commitb214360dc05a296d2c217469d36186c36ae3850b (patch)
treef23eac48c546a1f888daae2c688d0f2022158ffa /connectivity/source/drivers/adabas/BConnection.cxx
parent8a191fab2c6c5192e75f5132d4342387979577c8 (diff)
INTEGRATION: CWS qiq (1.18.100); FILE MERGED
2006/06/27 14:02:31 fs 1.18.100.3: RESYNC: (1.18-1.19); FILE MERGED 2006/05/16 20:09:57 fs 1.18.100.2: #i51143# changed signature of OSQLParseTreeIterator 2006/05/10 11:52:28 fs 1.18.100.1: #i51443# changed API of the OSQLParseIterator
Diffstat (limited to 'connectivity/source/drivers/adabas/BConnection.cxx')
-rw-r--r--connectivity/source/drivers/adabas/BConnection.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/connectivity/source/drivers/adabas/BConnection.cxx b/connectivity/source/drivers/adabas/BConnection.cxx
index 0d76e89fd6..0a0c9e7474 100644
--- a/connectivity/source/drivers/adabas/BConnection.cxx
+++ b/connectivity/source/drivers/adabas/BConnection.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: BConnection.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 01:08:14 $
+ * last change: $Author: obo $ $Date: 2006-07-10 14:21:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -299,10 +299,8 @@ Sequence< sal_Int8 > OAdabasConnection::getUnoTunnelImplementationId()
if(pNode)
{
Reference< XTablesSupplier> xCata = createCatalog();
- OSQLParseTreeIterator aParseIter(xCata->getTables(),
- getMetaData(),
- pNode,
- &aParser);
+ OSQLParseTreeIterator aParseIter(this, xCata->getTables(),
+ aParser, pNode);
aParseIter.traverseAll();
aRet = aParseIter.getSelectColumns();
}