User: kz      
Date: 2006/12/13 08:20:07

Modified:
   dba/connectivity/source/drivers/mozab/MStatement.cxx

Log:
 INTEGRATION: CWS dba22ui (1.16.34); FILE MERGED
 2006/12/05 09:46:55 fs 1.16.34.1: copying the fix for #i72252# from CWS dba22b 
to dba22ui - intended for the latter, but wrongly checked in into the former

File Changes:

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

File [changed]: MStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MStatement.cxx?r1=1.16&r2=1.17
Delta lines:  +1 -1
-------------------
--- MStatement.cxx      18 Oct 2006 13:09:15 -0000      1.16
+++ MStatement.cxx      13 Dec 2006 16:20:04 -0000      1.17
@@ -597,7 +597,7 @@
                aColumnName = pColumnRef->getChild(0)->getTokenValue();
        else if (pColumnRef->count() == 3)
        {
-               
pColumnRef->getChild(2)->parseNodeToStr(aColumnName,m_xDBMetaData,NULL,sal_False,sal_False);
+        pColumnRef->getChild(2)->parseNodeToStr( aColumnName, 
getOwnConnection(), NULL, sal_False, sal_False );
        }
        else
        {




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

Reply via email to