]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
de.po
[lyx.git] / src / BufferView.h
index 5bad57ca0ece1d8d88c4017fe9ffd516cb99dc07..0d1a1bba31f1906aa16087e79c9f1d0e35601fcb 100644 (file)
@@ -302,8 +302,6 @@ public:
        bool paragraphVisible(DocIterator const & dit) const;
        /// is the cursor currently visible in the view
        bool cursorInView(Point const & p, int h) const;
-       /// set the ascent and descent of the caret
-       void setCaretAscentDescent(int asc, int des);
        /// get the position and height of the caret
        void caretPosAndHeight(Point & p, int & h) const;
 
@@ -340,7 +338,7 @@ public:
        // Insert plain text file (if filename is empty, prompt for one)
        void insertPlaintextFile(support::FileName const & f, bool asParagraph);
        ///
-       void insertLyXFile(support::FileName const & f);
+       void insertLyXFile(support::FileName const & f, bool const ignorelang = false);
        /// save temporary bookmark for jump back navigation
        void bookmarkEditPosition();
        /// Find and return the inset associated with given dialog name.