Kaydet (Commit) 028875ca authored tarafından Philipp Riemer's avatar Philipp Riemer

deleted code that was commented out

Change-Id: Ifc59843bc460ccba0feeafc45ebaaca1ea4a55fe
üst c6e54b85
......@@ -659,7 +659,6 @@ bool SwDoc::AppendRedline( SwRedline* pNewRedl, bool bCallDelete )
case POS_OVERLAP_BEFORE:
case POS_OVERLAP_BEHIND:
if( pRedl->IsOwnRedline( *pNewRedl ) &&
// 1 == pRedl->GetStackCount() &&
pRedl->CanCombine( *pNewRedl ))
{
// If that's the case we can merge it, meaning
......
......@@ -2842,10 +2842,7 @@ static bool lcl_InsOtherBox( SwTableLine* pLine, CR_SetBoxWidth& rParam,
pTmpBox = pTmpBox->GetUpper()->GetUpper();
nBoxPos = pTmpBox->GetUpper()->GetTabBoxes().GetPos( pTmpBox );
}
// if( nBoxPos )
nTmpWidth = pTmpBox->GetFrmFmt()->GetFrmSize().GetWidth();
// else
// nTmpWidth = 0;
nTmpWidth = pTmpBox->GetFrmFmt()->GetFrmSize().GetWidth();
}
if( nTmpWidth < nDiff || nTmpWidth - nDiff < MINLAY )
......
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