]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
typo
[lyx.git] / src / Text.h
index 054b6f6ee4f3ca0c527248c58a768c61ad2a3279..a177a8321794dd1bad0ded4692608a6bf1aebfca 100644 (file)
@@ -301,13 +301,13 @@ public:
 
        /// delete double spaces, leading spaces, and empty paragraphs around old cursor.
        /// \retval true if a change has happened and we need a redraw.
-       /// FIXME: replace Cursor with DocIterator. This is not possible right
-       /// now because recordUndo() is called which needs a Cursor.
+       /// Handles undo.
        static bool deleteEmptyParagraphMechanism(Cursor & cur,
                Cursor & old, bool & need_anchor_change);
 
        /// delete double spaces, leading spaces, and empty paragraphs
        /// from \first to \last paragraph
+       /// Does NOT handle undo (responsibility of the caller)
        void deleteEmptyParagraphMechanism(pit_type first, pit_type last, bool trackChanges);
 
        /// To resolve macros properly the texts get their DocIterator.