X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=b81832259ffe383f3d8ce5c89c6de2b87b810fd2;hb=bbe09eada1de6edb7eb45213eaac4b4b09495f6e;hp=450dfe3265f19e5e94250c1375b7d5030dc2144b;hpb=768c9a552e895b44b59f984a0533233b9845d11f;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index 450dfe3265..b81832259f 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -263,10 +263,12 @@ public: /// look up change at given pos Change const & lookupChange(pos_type pos) const; - /// is there a change within the given range ? + /// is there a change within the given range (does not + /// check contained paragraphs) bool isChanged(pos_type start, pos_type end) const; /// is there an unchanged char at the given pos ? 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 ?