Slight touch-up of German translation.

Fixup for b4966ea69f, hopefully
captures meaning a bit better in English.

Change-Id: If09b4227885eacbc04f0ccb1fcc8fdb892034727
This commit is contained in:
Thorsten Behrens 2013-03-20 13:50:38 +01:00
parent c499fb240c
commit 631eb6141b

View file

@ -237,7 +237,7 @@ void SwMarginPortion::AdjustRight( const SwLineLayout *pCurr )
SwFlyPortion *pFly = (SwFlyPortion *)pRight;
if ( pFly->GetBlankWidth() < nRightGlue )
{
// Creating new TxtPortion that takes over the
// Creating new TxtPortion, that takes over the
// Blank previously swallowed by the Fly.
nRightGlue = nRightGlue - pFly->GetBlankWidth();
pFly->SubPrtWidth( pFly->GetBlankWidth() );
@ -267,7 +267,7 @@ void SwMarginPortion::AdjustRight( const SwLineLayout *pCurr )
// pPrev is moved behind pRight. For this the
// Glue value between pRight and pLeft gets balanced.
pRight->MoveGlue( pLeft, short( pPrev->PrtWidth() ) );
// The chain is linked.
// Now fix the linking of our portions.
SwLinePortion *pPrevPrev = pPrev->FindPrevPortion( pLeft );
pPrevPrev->SetPortion( pRight );
pPrev->SetPortion( pRight->GetPortion() );