X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfunc.h;h=24a0456f17781298b6d190762482b2fe6ac9c2a9;hb=e059c633b01937f450ff9fa873cfc6b773aa74cc;hp=065683f54e5687dfd1d92903f665a287797a09a9;hpb=7c6267e4b10364cc892776e0a426eb32ade6b0b4;p=lyx.git diff --git a/src/lyxfunc.h b/src/lyxfunc.h index 065683f54e..24a0456f17 100644 --- a/src/lyxfunc.h +++ b/src/lyxfunc.h @@ -7,7 +7,7 @@ #endif #include "commandtags.h" -#include "kbmap.h" +#include "kbsequence.h" #include "insets/lyxinset.h" #include "LString.h" @@ -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 &);