]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / Paragraph.h
index 694222b771ae1d9cea0ea0f005fa815962ddd3e3..297bff3847bcd7aa12d4c5ab8d27a8ae5d627a7a 100644 (file)
@@ -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;