summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-03-13 13:58:46 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-03-13 13:58:46 +0000
commit5002b28979aae63de5c92d990e9f1520e178b1be (patch)
treed9729af7896f56dd5c76db471058044b806c4889 /sw
parent50337941b9a3bfa0890ffc9da6f97a54548af896 (diff)
trailing whitespace cleanup
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/tabfrm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 40c949fc13ec..6e5c32a7a33b 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -1995,7 +1995,7 @@ void SwTabFrm::MakeAll()
}
}
- //We need to know the height of the first row, because the master needs
+ //We need to know the height of the first row, because the master needs
//to be activated if it shrinks and then absorb the row if necessary.
long n1StLineHeight = 0;
if ( IsFollow() )
@@ -2786,7 +2786,7 @@ void SwTabFrm::Format( const SwBorderAttrs *pAttrs )
}
//VarSize is always the height.
- //For the upper/lower border the same rules apply as for cntfrms (see
+ //For the upper/lower border the same rules apply as for cntfrms (see
//MakePrtArea() of those).
SwTwips nUpper = CalcUpperSpace( pAttrs );
@@ -4566,7 +4566,7 @@ SwTwips SwRowFrm::ShrinkFrm( SwTwips nDist, sal_Bool bTst, sal_Bool bInfo )
SwTwips nTmp = GetUpper()->Shrink( nReal, bTst );
if ( !bShrinkAnyway && !GetNext() && nTmp != nReal )
{
- //The last one gets the leftover in the upper and therefore takes
+ //The last one gets the leftover in the upper and therefore takes
//care (otherwise: endless loop)
if ( !bTst )
{