]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Fix some group boxes.
[lyx.git] / src / BufferView.h
index 5bad57ca0ece1d8d88c4017fe9ffd516cb99dc07..520ecdb0d571b76b328a7e2c43996fd9125d79f4 100644 (file)
@@ -340,7 +340,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.