Tag: cws_src680_dba204b User: oj Date: 2006/07/10 22:26:29 Modified: dba/dbaccess/source/ui/querydesign/TableConnectionData.cxx
Log: #i67034# call swap directly File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: TableConnectionData.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableConnectionData.cxx?r1=1.7&r2=1.7.12.1 Delta lines: +5 -4 ------------------- --- TableConnectionData.cxx 20 Jun 2006 03:28:01 -0000 1.7 +++ TableConnectionData.cxx 11 Jul 2006 05:26:26 -0000 1.7.12.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableConnectionData.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.7.12.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 03:28:01 $ + * last change: $Author: oj $ $Date: 2006/07/11 05:26:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -109,7 +109,8 @@ { DBG_DTOR(OTableConnectionData,NULL); // LineDataList loeschen - ResetConnLines(FALSE); + OConnectionLineDataVec().swap(m_vConnLineData); + //ResetConnLines(FALSE); } //------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
