]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Handle change-accept and change-reject in multi-cell selection
[lyx.git] / src / Paragraph.h
index dbf7f2a51cda8a1d01261c460dbd49ce4a768ad5..091c604311f67aa93e4130dee9f758fa66c5ceee 100644 (file)
@@ -279,6 +279,8 @@ public:
        /// will the paragraph be physically merged with the next
        /// one if the imaginary end-of-par character is logically deleted?
        bool isMergedOnEndOfParDeletion(bool trackChanges) const;
+       /// Return Change form of paragraph break
+       Change parEndChange() const;
 
        /// set change for the entire par
        void setChange(Change const & change);