add comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16797 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-01-21 16:55:41 +00:00
parent 02ec2834f1
commit ccd07a7fb4

View File

@ -338,7 +338,8 @@ public:
int cursorY(BufferView const & bv, CursorSlice const & cursor,
bool boundary) const;
/// delete double space or empty paragraphs around old cursor
/// delete double space or empty paragraphs around old cursor.
/// \retval true if a change has happened and we need a redraw.
/// FIXME: replace LCursor with DocIterator. This is not possible right
/// now because recordUndo() is called which needs a LCursor.
bool deleteEmptyParagraphMechanism(LCursor & cur,