]> git.lyx.org Git - features.git/blobdiff - src/Paragraph.h
Automatically show the review toolbar if the document has tracked changes
[features.git] / src / Paragraph.h
index 73de6c173b6112d08bca2c9d4e8a9b19384d7c23..6f8d248ca0625e0019eb46c0ed7a0076252ff706 100644 (file)
@@ -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;
        ///