User: obo     
Date: 2006/07/10 07:29:18

Modified:
   dba/connectivity/source/drivers/kab/KStatement.cxx

Log:
 INTEGRATION: CWS qiq (1.2.80); FILE MERGED
 2006/06/27 14:37:41 fs 1.2.80.3: RESYNC: (1.2-1.3); FILE MERGED
 2006/05/16 20:11:52 fs 1.2.80.2: #i51143# changed signature of 
OSQLParseTreeIterator
 2006/05/15 06:29:14 fs 1.2.80.1: #i51143# signature of OSQLParseIterator ctor 
changed

File Changes:

Directory: /dba/connectivity/source/drivers/kab/
================================================

File [changed]: KStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KStatement.cxx?r1=1.4&r2=1.5
Delta lines:  +3 -3
-------------------
--- KStatement.cxx      6 Jul 2006 14:21:13 -0000       1.4
+++ KStatement.cxx      10 Jul 2006 14:29:16 -0000      1.5
@@ -82,7 +82,7 @@
        : KabCommonStatement_BASE(m_aMutex),
        OPropertySetHelper(KabCommonStatement_BASE::rBHelper),
        m_aParser(_pConnection->getDriver()->getMSFactory()),
-       m_aSQLIterator(_pConnection->createCatalog()->getTables(), 
_pConnection->getMetaData(), NULL),
+    m_aSQLIterator(_pConnection, _pConnection->createCatalog()->getTables(), 
m_aParser, NULL ),
        m_pParseTree(NULL),
        m_pConnection(_pConnection),
        rBHelper(KabCommonStatement_BASE::rBHelper)




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

Reply via email to