]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
do not create invalid .lyx files when importing \i{}, \j{}, \l{} or \L{}.
[lyx.git] / src / paragraph.h
index 5febe6ce64ec2bc9ddc7fdd759fcfd98538f4c4a..7bf747527b8202cad7475e5d78a70dcde80137a9 100644 (file)
@@ -209,6 +209,10 @@ public:
                return lookupChange(pos).type == Change::DELETED;
        }
 
+       /// 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;
+
        /// set change for the entire par
        void setChange(Change const & change);