]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix typo for r30882.
[lyx.git] / src / Paragraph.h
index c323c000edc830c4966527d6e6a124471331f692..426783afd35562d877f1c0223c55a244950700c1 100644 (file)
@@ -210,13 +210,13 @@ public:
        /// is there a change within the given range ?
        bool isChanged(pos_type start, pos_type end) const;
        /// is there an unchanged char at the given pos ?
-       bool isUnchanged(pos_type pos) const;
+       bool isChanged(pos_type pos) const;
        /// is there an insertion at the given pos ?
        bool isInserted(pos_type pos) const;
        /// is there a deletion at the given pos ?
        bool isDeleted(pos_type pos) const;
        /// is the whole paragraph deleted ?
-       bool isFullyDeleted(pos_type start, pos_type end) const;
+       bool isDeleted(pos_type start, pos_type end) const;
 
        /// will the paragraph be physically merged with the next
        /// one if the imaginary end-of-par character is logically deleted?