X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fimporter.h;h=f00be23d410f77a77f92ca7d25dc3051b164db5b;hb=fe390e9da1538e20eabbc98977d845295f8e563d;hp=b12fd6559b0ef5580d6b8ef0ac4ea5bc81f7e17a;hpb=0a16442310eda0baee85054b2b331061a0d90a76;p=lyx.git diff --git a/src/importer.h b/src/importer.h index b12fd6559b..f00be23d41 100644 --- a/src/importer.h +++ b/src/importer.h @@ -1,21 +1,15 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== - * - * LyX, The Document Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. +/** + * \file importer.h + * Copyright 1995-2002 the LyX Team + * Read the file COPYING * - * ====================================================== */ + * \author unknown + */ #ifndef IMPORTER_H #define IMPORTER_H -#ifdef __GNUG__ -#pragma interface -#endif - #include #include "LString.h" @@ -26,13 +20,9 @@ class Importer { public: /// static - bool Import(LyXView * lv, string const & filename, + bool Import(LyXView * lv, string const & filename, string const & format); -#if 0 - /// - static - bool IsImportable(string const & format); -#endif + /// static std::vector const GetImportableFormats();