Tag: cws_src680_dba24d User: fs Date: 2007-11-15 10:05:29+0000 Modified: dba/dbaccess/source/ui/misc/TableCopyHelper.cxx
Log: #i81658# insertTable: properly set the source connection File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: TableCopyHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/TableCopyHelper.cxx?r1=1.10.28.1&r2=1.10.28.2 Delta lines: +3 -3 ------------------- --- TableCopyHelper.cxx 2007-11-08 14:23:05+0000 1.10.28.1 +++ TableCopyHelper.cxx 2007-11-15 10:05:27+0000 1.10.28.2 @@ -4,9 +4,9 @@ * * $RCSfile: TableCopyHelper.cxx,v $ * - * $Revision: 1.10.28.1 $ + * $Revision: 1.10.28.2 $ * - * last change: $Author: fs $ $Date: 2007/11/08 14:23:05 $ + * last change: $Author: fs $ $Date: 2007/11/15 10:05:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -199,7 +199,7 @@ Reference< XPropertySet > xSource( aContext.createComponent( "com.sun.star.sdb.DataAccessDescriptor" ), UNO_QUERY_THROW ); xSource->setPropertyValue( PROPERTY_COMMAND_TYPE, makeAny( _nCommandType ) ); xSource->setPropertyValue( PROPERTY_COMMAND, makeAny( _sCommand ) ); - xSource->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( _xSrcConnection ) ); + xSource->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( xSrcConnection ) ); xSource->setPropertyValue( PROPERTY_SELECTION, makeAny( _aSelection ) ); xSource->setPropertyValue( PROPERTY_BOOKMARK_SELECTION, makeAny( _bBookmarkSelection ) ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
