]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
tex2lyx: add strike-outs etc. to the TeX testfile
[lyx.git] / src / BufferView.h
index f424d433db4d0823601bf48088e991d18e3bcb26..901d05522382c1a473b01d30f857b592a393c54d 100644 (file)
@@ -247,6 +247,9 @@ public:
        void putSelectionAt(DocIterator const & cur,
                int length, bool backwards);
 
+       /// selects the item at cursor if its paragraph is empty.
+       bool selectIfEmpty(DocIterator & cur);
+
        /// update the internal \c ViewMetricsInfo.
        void updateMetrics();