]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
empty file format change due to r29840.
[lyx.git] / src / Paragraph.h
index d45dfff70f13d22c7d61360827b88ef764247c2d..21a5016f2566d24e22b77ae2339a4c179f60d44d 100644 (file)
@@ -203,6 +203,8 @@ public:
        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;
 
        /// will the paragraph be physically merged with the next
        /// one if the imaginary end-of-par character is logically deleted?