User: kz      
Date: 2008-07-29 15:03:27+0000
Modified:
   dba/connectivity/source/drivers/evoab2/NStatement.cxx

Log:
 #i91025# patch fix build break

File Changes:

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

File [changed]: NStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NStatement.cxx?r1=1.11&r2=1.12
Delta lines:  +3 -3
-------------------
--- NStatement.cxx      2008-06-16 12:11:05+0000        1.11
+++ NStatement.cxx      2008-07-29 15:03:25+0000        1.12
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: NStatement.cxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -403,7 +403,7 @@
                        OSQLParseNode *pNodeForTableName = 
pAllTableNames->getChild( 0 )->getChild( 0 );
                        if( m_aSQLIterator.isTableNode( pNodeForTableName ) )
                        {
-                aTableName = getTableRange(pAllTableNames->getChild( 0 ));
+                aTableName = 
OSQLParseNode::getTableRange(pAllTableNames->getChild( 0 ));
                                if( !aTableName.getLength() )
                                OSQLParseNode::getTableComponents( 
pNodeForTableName, aCatalog, aSchema, aTableName);
                        }




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

Reply via email to