Tag: cws_src680_warnings01 User: sb Date: 06/01/25 13:01:04 Modified: /dba/connectivity/source/parse/ sqlnode.cxx
Log: RESYNC: (1.37-1.38); FILE MERGED File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: sqlnode.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlnode.cxx?r1=1.37.30.2&r2=1.37.30.3 Delta lines: +10 -8 -------------------- --- sqlnode.cxx 16 Nov 2005 12:59:30 -0000 1.37.30.2 +++ sqlnode.cxx 25 Jan 2006 21:01:02 -0000 1.37.30.3 @@ -532,11 +532,13 @@ { OSL_ENSURE(0,"OSQLParseNode::likeNodeToStr Exception occured!"); } - + if ( !m_aChilds[0]->isLeaf() ) + { const OSQLParseNode* pCol = m_aChilds[0]->getChild(m_aChilds[0]->count()-1); if ((SQL_ISRULE(pCol,column_val) && pCol->getChild(0)->getTokenValue().equalsIgnoreAsciiCase(aFieldName)) || pCol->getTokenValue().equalsIgnoreAsciiCase(aFieldName) ) bAddName = sal_False; + } } if (bAddName) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
