Tag: cws_src680_dba24c User: oj Date: 2007-10-12 12:31:15+0000 Modified: dba/dbaccess/source/ui/misc/RtfReader.cxx
Log: #i80917# append first line as first data row File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: RtfReader.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/RtfReader.cxx?r1=1.23.40.1&r2=1.23.40.2 Delta lines: +3 -3 ------------------- --- RtfReader.cxx 2007-10-12 12:27:14+0000 1.23.40.1 +++ RtfReader.cxx 2007-10-12 12:31:12+0000 1.23.40.2 @@ -4,9 +4,9 @@ * * $RCSfile: RtfReader.cxx,v $ * - * $Revision: 1.23.40.1 $ + * $Revision: 1.23.40.2 $ * - * last change: $Author: oj $ $Date: 2007/10/12 12:27:14 $ + * last change: $Author: oj $ $Date: 2007/10/12 12:31:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -232,7 +232,7 @@ bInsertRow = true; } } - if ( bInsertRow ) + if ( bInsertRow && !bError) { try { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
