Tag: cws_src680_dba24c User: oj Date: 2007-11-12 15:48:20+0000 Modified: dba/dbaccess/source/ui/misc/HtmlReader.cxx dba/dbaccess/source/ui/misc/RtfReader.cxx
Log: #i80917# reverse changes File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: HtmlReader.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/HtmlReader.cxx?r1=1.30.56.2&r2=1.30.56.3 Delta lines: +4 -4 ------------------- --- HtmlReader.cxx 2007-10-15 10:48:06+0000 1.30.56.2 +++ HtmlReader.cxx 2007-11-12 15:48:17+0000 1.30.56.3 @@ -4,9 +4,9 @@ * * $RCSfile: HtmlReader.cxx,v $ * - * $Revision: 1.30.56.2 $ + * $Revision: 1.30.56.3 $ * - * last change: $Author: oj $ $Date: 2007/10/15 10:48:06 $ + * last change: $Author: oj $ $Date: 2007/11/12 15:48:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -563,14 +563,14 @@ m_sTextToken.Erase(); break; case HTML_TABLEDATA_ON: - m_bAppendFirstLine = true; + // m_bAppendFirstLine = true; // run through case HTML_TABLEHEADER_ON: TableDataOn(eVal,nTmpToken2); bTableHeader = TRUE; break; case HTML_TABLEDATA_OFF: - m_bAppendFirstLine = true; + // m_bAppendFirstLine = true; // run through case HTML_TABLEHEADER_OFF: { File [changed]: RtfReader.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/RtfReader.cxx?r1=1.23.40.4&r2=1.23.40.5 Delta lines: +4 -4 ------------------- --- RtfReader.cxx 2007-10-15 10:48:06+0000 1.23.40.4 +++ RtfReader.cxx 2007-11-12 15:48:17+0000 1.23.40.5 @@ -4,9 +4,9 @@ * * $RCSfile: RtfReader.cxx,v $ * - * $Revision: 1.23.40.4 $ + * $Revision: 1.23.40.5 $ * - * last change: $Author: oj $ $Date: 2007/10/15 10:48:06 $ + * last change: $Author: oj $ $Date: 2007/11/12 15:48:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -142,7 +142,7 @@ ,ODatabaseExport(_rxConnection,_rxNumberF,_rM,pList,_pInfoMap) { DBG_CTOR(ORTFReader,NULL); - m_bAppendFirstLine = true; + m_bAppendFirstLine = false; } // --------------------------------------------------------------------------- ORTFReader::ORTFReader(SvStream& rIn, @@ -157,7 +157,7 @@ ,ODatabaseExport(nRows,_rColumnPositions,_rxNumberF,_rM,pList,_pInfoMap,_bAutoIncrementEnabled) { DBG_CTOR(ORTFReader,NULL); - m_bAppendFirstLine = true; + m_bAppendFirstLine = false; } // --------------------------------------------------------------------------- ORTFReader::~ORTFReader() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
