Tag: cws_src680_dba204c User: fs Date: 2006/08/04 03:03:11 Modified: dba/connectivity/source/parse/sqlnode.cxx
Log: #i68137# insert: really insert the given node, not NULL 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.41.4.1&r2=1.41.4.2 Delta lines: +4 -4 ------------------- --- sqlnode.cxx 1 Aug 2006 14:05:41 -0000 1.41.4.1 +++ sqlnode.cxx 4 Aug 2006 10:03:09 -0000 1.41.4.2 @@ -4,9 +4,9 @@ * * $RCSfile: sqlnode.cxx,v $ * - * $Revision: 1.41.4.1 $ + * $Revision: 1.41.4.2 $ * - * last change: $Author: fs $ $Date: 2006/08/01 14:05:41 $ + * last change: $Author: fs $ $Date: 2006/08/04 10:03:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2334,7 +2334,7 @@ // stelle Verbindung zum getParent her: pNewSubTree->setParent( this ); - m_aChilds.insert(m_aChilds.begin() + nPos, 0); + m_aChilds.insert(m_aChilds.begin() + nPos, pNewSubTree); } // removeAt-Methoden --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
