X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=6f8d248ca0625e0019eb46c0ed7a0076252ff706;hb=6d4e6aad24edb7bcfbc49f03d2432fc9fa06954d;hp=73de6c173b6112d08bca2c9d4e8a9b19384d7c23;hpb=9a09fe38bd28c3a788fc3ca4da9904bcd7eb339a;p=features.git diff --git a/src/Paragraph.h b/src/Paragraph.h index 73de6c173b..6f8d248ca0 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -153,6 +153,10 @@ public: /// void addChangesToToc(DocIterator const & cdit, Buffer const & buf, bool output_active) 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; ///