]> git.lyx.org Git - lyx.git/blobdiff - src/importer.h
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / importer.h
index b12fd6559b0ef5580d6b8ef0ac4ea5bc81f7e17a..0cd3e67fbd6d63619f0c3fbf8a34e154bd58f300 100644 (file)
@@ -1,13 +1,11 @@
 // -*- 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
@@ -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<Format const *> const GetImportableFormats();