diff options
author | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-03-28 17:24:08 +0200 |
---|---|---|
committer | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-04-02 17:09:02 +0200 |
commit | 0987fc044ccc73dcb2f4daadc9e08322687a0663 (patch) | |
tree | afbb3c5459066dd8f8389da0e76c9047a623427e /sw/source/core/text/widorp.hxx | |
parent | 85adb267ac551f5f9ee8aaaef5fa9711fefb782d (diff) |
Translate German comments
Diffstat (limited to 'sw/source/core/text/widorp.hxx')
-rw-r--r-- | sw/source/core/text/widorp.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/core/text/widorp.hxx b/sw/source/core/text/widorp.hxx index a0730d1b171e..ac90f9f116d0 100644 --- a/sw/source/core/text/widorp.hxx +++ b/sw/source/core/text/widorp.hxx @@ -55,12 +55,10 @@ public: sal_Bool IsInside( SwTxtMargin &rLine ) const; - // Um Sonderfaelle mit Ftn behandeln zu koennen. - // Mit SetRstHeight wird dem SwTxtFrmBreak die Resthoehe eingestellt, - // Um TruncLines() rufen zu koennen, ohne dass IsBreakNow() einen - // anderen Wert zurueckliefert. - // Es wird dabei davon ausgegangen, dass rLine auf der letzten Zeile - // steht, die nicht mehr passt. + // In order to be able to handle special cases with Ftn. + // SetRstHeight sets the rest height for SwTxtFrmBreak. This is needed + // to call TruncLines() without IsBreakNow() returning another value. + // We assume that rLine is pointing to the last non-fitting line. // OD 2004-02-27 #106629# - no longer inline void SetRstHeight( const SwTxtMargin &rLine ); |