X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfunc.h;h=24a0456f17781298b6d190762482b2fe6ac9c2a9;hb=e059c633b01937f450ff9fa873cfc6b773aa74cc;hp=fb88aa29761a47999f661e2181855cfb23404d52;hpb=76938908d7da15b92bad3908e71eb969c9449c0e;p=lyx.git diff --git a/src/lyxfunc.h b/src/lyxfunc.h index fb88aa2976..24a0456f17 100644 --- a/src/lyxfunc.h +++ b/src/lyxfunc.h @@ -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 &);