Kaydet (Commit) 77179252 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop username in comment

üst 40eb3a83
......@@ -357,7 +357,7 @@ void SwRTFParser::ReadTable( int nToken )
break;
case RTF_TRGAPH:
//$flr bug: RTF: wrong internal table cell margin imported (A13)
//bug: RTF: wrong internal table cell margin imported (A13)
aRow.mnBrdDist = (nTokenValue>0?(USHORT)nTokenValue:0); // filter out negative values of \trgaph
break;
......
......@@ -431,8 +431,8 @@ if( pSttNdIdx->GetIndex()+1 == pPam->GetBound( FALSE ).nNode.GetIndex() )
sal_uInt16 nPageDescOffset = pDoc->GetPageDescCnt();
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 a bug
// following garbage collecting code has been moved from the previous
// procedure 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);
......@@ -4073,7 +4073,7 @@ void SwRTFParser::UnknownAttrToken( int nToken, SfxItemSet* pSet )
NewTblLine(); // evt. Line copieren
else
{
static int _do=0; //$flr
static int _do=0;
// Crsr nicht mehr in der Tabelle ?
if( !pPam->GetNode()->FindTableNode() && _do )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment