X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=297bff3847bcd7aa12d4c5ab8d27a8ae5d627a7a;hb=66c5d055e776e0cd08fb35c164b49d9ccc7812b7;hp=694222b771ae1d9cea0ea0f005fa815962ddd3e3;hpb=6964886daf180e1fa7aafaa5b95e83173145cdd1;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index 694222b771..297bff3847 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -153,10 +153,6 @@ public: /// void addChangesToToc(DocIterator const & cdit, Buffer const & buf, bool output_active, TocBackend & backend) const; - /// set the buffer flag if there are changes in the paragraph - void addChangesToBuffer(Buffer const & buf) const; - /// - bool isChangeUpdateRequired() const; /// Language const * getParLanguage(BufferParams const &) const; /// @@ -268,6 +264,8 @@ public: 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 a change in the paragraph ? + bool isChanged() const; /// is there an insertion at the given pos ? bool isInserted(pos_type pos) const;