]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
src/support/unlink.C: Fix an #include error
[lyx.git] / src / BufferView.h
index 8ed2d3ea4a38cb71c0ce9fcd988572844c3e9cbe..b57d348048c2b33b87837a671d95369507584c14 100644 (file)
@@ -184,6 +184,9 @@ public:
        /// sets cursor.
        /// This will also open all relevant collapsable insets.
        void setCursor(DocIterator const &);
+       /// Check deleteEmptyParagraphMechanism and update metrics if needed.
+       /// \retval true if an update was needed.
+       bool checkDepm(LCursor & cur, LCursor & old);
        /// sets cursor.
        /// This is used when handling LFUN_MOUSE_PRESS.
        bool mouseSetCursor(LCursor & cur);