This removes more references to bugzillas that are not available to the community. See http://wiki.documentfoundation.org/Development/FAQ
This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/filter/rtf/rtftbl.cxx | 4 ++-- sw/source/filter/rtf/swparrtf.cxx | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sw/source/filter/rtf/rtftbl.cxx b/sw/source/filter/rtf/rtftbl.cxx index 82c18e5..bdbedcb 100644 --- a/sw/source/filter/rtf/rtftbl.cxx +++ b/sw/source/filter/rtf/rtftbl.cxx @@ -357,7 +357,7 @@ void SwRTFParser::ReadTable( int nToken ) break; case RTF_TRGAPH: - //$flr bug #117887#: RTF: wrong internal table cell margin imported (A13) + //$flr bug: RTF: wrong internal table cell margin imported (A13) aRow.mnBrdDist = (nTokenValue>0?(USHORT)nTokenValue:0); // filter out negative values of \trgaph break; @@ -762,7 +762,7 @@ void SwRTFParser::ReadTable( int nToken ) //It might be that there was content at this point which is not already in //a table, but which is being followed by properties to place it into the - //table. e.g. #109199#. If this is the case then move the para/char + //table. If this is the case then move the para/char //properties inside the table, and move any content of that paragraph into //the table bool bInTable = aRg.GetPoint()->nNode.GetNode().FindTableNode(); diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx index 9296e12..8eb9ee2 100644 --- a/sw/source/filter/rtf/swparrtf.cxx +++ b/sw/source/filter/rtf/swparrtf.cxx @@ -432,7 +432,7 @@ if( pSttNdIdx->GetIndex()+1 == pPam->GetBound( FALSE ).nNode.GetIndex() ) maSegments.InsertSegments(IsNewDoc()); UpdatePageDescs(*pDoc, nPageDescOffset); //$flr folloing garbe collecting code has been moved from the previous procedure - // UpdatePageDescs to here in order to fix bug #117882# + // UpdatePageDescs to here in order to fix a bug rtfSections::myrDummyIter aDEnd = maSegments.maDummyPageNos.rend(); for (rtfSections::myrDummyIter aI = maSegments.maDummyPageNos.rbegin(); aI != aDEnd; ++aI) pDoc->DelPageDesc(*aI); @@ -1688,7 +1688,7 @@ void SwRTFParser::NextToken( int nToken ) break; case RTF_PAGE: - if (pTableNode==NULL) { //#117410#: A \page command within a table is ignored by Word. + if (pTableNode==NULL) { //A \page command within a table is ignored by Word. if (lcl_UsedPara(*pPam)) InsertPara(); CheckInsNewTblLine(); @@ -2944,8 +2944,8 @@ void SwRTFParser::ReadSectControls( int nToken ) _pKeepHeader = &aNewSection.mpPageHdFt->GetMaster().GetHeader(); } bKeepFooter = false; - if (!bNewSectionHeader) { //see #117914# topic 2). If a header is redefined in a section - bNewSectionHeader=true; // a new header must be created. + if (!bNewSectionHeader) { // If a header is redefined in a section + bNewSectionHeader=true; // a new header must be created. aNewSection.mpPageHdFt=NULL; } if (!aNewSection.mpPageHdFt) @@ -4020,7 +4020,7 @@ void SwRTFParser::DelLastNode() { ULONG nNodeIdx = pPam->GetPoint()->nNode.GetIndex(); SwCntntNode* pCNd = pDoc->GetNodes()[ nNodeIdx ]->GetCntntNode(); - // paragraphs with page break information are not empty! see #117914# topic 1) + // paragraphs with page break information are not empty!) if(const SfxPoolItem* pItem=&(pCNd->GetAttr( RES_PAGEDESC, FALSE))) { SwFmtPageDesc* pPageDescItem = ((SwFmtPageDesc*)pItem); @@ -4073,7 +4073,7 @@ void SwRTFParser::UnknownAttrToken( int nToken, SfxItemSet* pSet ) NewTblLine(); // evt. Line copieren else { - static int _do=0; //$flr See #117881# for explanation. + static int _do=0; //$flr // Crsr nicht mehr in der Tabelle ? if( !pPam->GetNode()->FindTableNode() && _do ) { -- 1.7.1 _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice