diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-11-08 12:10:51 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-11-16 16:52:43 +0100 |
commit | e2f4289ff208ab067ab89bcd7aea8a75c3227be3 (patch) | |
tree | a662c4a67e3b7b2c6a43008572ba3084a5dcebe8 | |
parent | 9a5fe572823dc4f7a79384cec5eb58d8e508845a (diff) |
Remove obsolete comment, there is no boolean here
Change-Id: I55ea4ca2774433b204d2b0197e720ece4b0dadab
-rw-r--r-- | sw/inc/redline.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index fcd48af6c0c6..38058d4448a3 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -213,8 +213,6 @@ public: bool IsVisible() const { return bIsVisible; } bool IsDelLastPara() const { return bDelLastPara; } - // sal_Bool indicates whether after setting of Pos no range is spanned. - // -> sal-True else range and sal-False. void SetStart( const SwPosition& rPos, SwPosition* pSttPtr = 0 ) { if( !pSttPtr ) pSttPtr = Start(); |