]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / lyxfunc.h
index fb88aa29761a47999f661e2181855cfb23404d52..24a0456f17781298b6d190762482b2fe6ac9c2a9 100644 (file)
@@ -110,13 +110,9 @@ private:
        void MenuOpen();
 
        ///
-       void doImportLaTeX(bool);
-
-       ///
-       void doImportASCII(bool);
-
-       ///
-       void doImportLinuxDoc();
+       void doImport(string const &);
+       void doImportHelper(string const &, string const &, string const &,
+               bool func(BufferView *, string const &) );
 
        ///
        void MenuInsertLyXFile(string const &);