mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
add comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16797 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
02ec2834f1
commit
ccd07a7fb4
@ -338,7 +338,8 @@ public:
|
|||||||
int cursorY(BufferView const & bv, CursorSlice const & cursor,
|
int cursorY(BufferView const & bv, CursorSlice const & cursor,
|
||||||
bool boundary) const;
|
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
|
/// FIXME: replace LCursor with DocIterator. This is not possible right
|
||||||
/// now because recordUndo() is called which needs a LCursor.
|
/// now because recordUndo() is called which needs a LCursor.
|
||||||
bool deleteEmptyParagraphMechanism(LCursor & cur,
|
bool deleteEmptyParagraphMechanism(LCursor & cur,
|
||||||
|
Loading…
Reference in New Issue
Block a user