Tag: cws_src680_qiq User: fs Date: 2006/06/30 07:05:14 Modified: dba/dbaccess/source/ui/misc/TableCopyHelper.cxx
Log: warning-free 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.6.10.2&r2=1.6.10.3 Delta lines: +6 -5 ------------------- --- TableCopyHelper.cxx 27 Jun 2006 12:45:29 -0000 1.6.10.2 +++ TableCopyHelper.cxx 30 Jun 2006 14:05:11 -0000 1.6.10.3 @@ -4,9 +4,9 @@ * * $RCSfile: TableCopyHelper.cxx,v $ * - * $Revision: 1.6.10.2 $ + * $Revision: 1.6.10.3 $ * - * last change: $Author: fs $ $Date: 2006/06/27 12:45:29 $ + * last change: $Author: fs $ $Date: 2006/06/30 14:05:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -501,7 +501,7 @@ Reference<XConnection> xSrcConnection; Reference<XResultSet> xSrcRs; // the source resultset may be empty Sequence< Any > aSelection; - sal_Bool bBookmarkSelection; + sal_Bool bBookmarkSelection( sal_False ); ::rtl::OUString sCommand, sSrcDataSourceName = _rPasteData.getDataSource(); @@ -775,7 +775,8 @@ _rAsyncDrop.bHtml = bHtml; _rAsyncDrop.bError = !copyTagTable(_rAsyncDrop,sal_True,_xConnection); - if ( bRet = (!_rAsyncDrop.bError && _rAsyncDrop.aHtmlRtfStorage.Is()) ) + bRet = ( !_rAsyncDrop.bError && _rAsyncDrop.aHtmlRtfStorage.Is() ); + if ( bRet ) { // now we need to copy the stream ::utl::TempFile aTmp; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
