]> git.lyx.org Git - features.git/commitdiff
add comment.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 21 Jan 2007 16:55:41 +0000 (16:55 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 21 Jan 2007 16:55:41 +0000 (16:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16797 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxtext.h

index 9a03033cf96d49ff0d23729887ad2876e2942a6f..a69e4b4320e59f9a5bb61b8416fbc178e4b19394 100644 (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,