Tag: cws_src680_dba24d User: fs Date: 2007-11-15 10:05:59+0000 Modified: dba/dbaccess/source/ui/misc/WCPage.cxx
Log: #i81658# OCopyTableWizard::loadData signature changed File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: WCPage.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WCPage.cxx?r1=1.31.28.1&r2=1.31.28.2 Delta lines: +4 -3 ------------------- --- WCPage.cxx 2007-11-08 14:25:10+0000 1.31.28.1 +++ WCPage.cxx 2007-11-15 10:05:57+0000 1.31.28.2 @@ -4,9 +4,9 @@ * * $RCSfile: WCPage.cxx,v $ * - * $Revision: 1.31.28.1 $ + * $Revision: 1.31.28.2 $ * - * last change: $Author: fs $ $Date: 2007/11/08 14:25:10 $ + * last change: $Author: fs $ $Date: 2007/11/15 10:05:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -336,7 +336,8 @@ // set new destination xTables->getByName( m_edTableName.GetText() ) >>= xTable; - m_pParent->loadData( xTable, m_pParent->m_vDestColumns, m_pParent->m_aDestVec ); + ObjectCopySource aTableCopySource( m_pParent->m_xDestConnection, xTable ); + m_pParent->loadData( aTableCopySource, m_pParent->m_vDestColumns, m_pParent->m_aDestVec ); // #90027# const ODatabaseExport::TColumnVector* pDestColumns = m_pParent->getDestVector(); ODatabaseExport::TColumnVector::const_iterator aDestIter = pDestColumns->begin(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
