diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-03-22 15:18:15 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-03-23 17:32:50 +0000 |
commit | 8e9658b43153f20f644c053cf7ffe5c7883dd14d (patch) | |
tree | e84c8e482ebbbf14a7f96cab45aa7acab8204b3b /sw/source/core/text/widorp.hxx | |
parent | 75c272c146045235783e1dfe26a162a8f4dee493 (diff) |
tdf#90834 Cleanup in-line version control history comments
Turn in-line version control history comments into
meaningful good comments: widorp.hxx txtfrm.cxx
Change-Id: I51e0d772afbe4b4e81ca3771bfbe4c0fd6d5b69d
Reviewed-on: https://gerrit.libreoffice.org/23431
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sw/source/core/text/widorp.hxx')
-rw-r--r-- | sw/source/core/text/widorp.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/text/widorp.hxx b/sw/source/core/text/widorp.hxx index 8b214a3f5e4f..0e655985a6d2 100644 --- a/sw/source/core/text/widorp.hxx +++ b/sw/source/core/text/widorp.hxx @@ -46,7 +46,6 @@ public: // 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 SwTextMargin &rLine ); }; @@ -67,8 +66,8 @@ public: bool FindBreak( SwTextFrame *pFrame, SwTextMargin &rLine, bool bHasToFit ); bool WouldFit( SwTextMargin &rLine, SwTwips &rMaxHeight, bool bTest ); - // OD 2004-02-25 #i16128# - rename method to avoid confusion with base class - // method <SwTextFrameBreak::IsBreakNow>, which isn't virtual. + // i#16128 - This method is named this way to avoid confusion with + // base class method <SwTextFrameBreak::IsBreakNow>, which isn't virtual. bool IsBreakNowWidAndOrp( SwTextMargin &rLine ) { bool isOnFirstLine = (rLine.GetLineNr() == 1 && !rLine.GetPrev()); |