X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fimporter.h;h=0cd3e67fbd6d63619f0c3fbf8a34e154bd58f300;hb=a9c2dd92df8c538e6ab39bbd136c2da9a0315eb1;hp=089e6336b8aad4104f466e9a1feaf714b6bce912;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/importer.h b/src/importer.h index 089e6336b8..0cd3e67fbd 100644 --- a/src/importer.h +++ b/src/importer.h @@ -1,13 +1,11 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== - * - * LyX, The Document Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. +/** + * \file importer.h + * Copyright 1995-2002 the LyX Team + * Read the file COPYING * - * ====================================================== */ + * \author unknown + */ #ifndef IMPORTER_H #define IMPORTER_H @@ -26,13 +24,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();