]> 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 a66dae38e37ca4b49c52501d9da503fefdb25828..24a0456f17781298b6d190762482b2fe6ac9c2a9 100644 (file)
@@ -30,6 +30,7 @@ public:
                ToggleOff = 8
        };
        ///
+       explicit
        LyXFunc(LyXView *);
     
        /// LyX distpatcher, executes lyx actions.
@@ -109,10 +110,9 @@ private:
        void MenuOpen();
 
        ///
-       void doImportLaTeX(bool);
-
-       ///
-       void doImportASCII(bool);
+       void doImport(string const &);
+       void doImportHelper(string const &, string const &, string const &,
+               bool func(BufferView *, string const &) );
 
        ///
        void MenuInsertLyXFile(string const &);