]> git.lyx.org Git - lyx.git/blobdiff - src/importer.h
namespace grfx -> lyx::graphics
[lyx.git] / src / importer.h
index 8bcfd08140681864ca68b25d76592397e6b93bf5..f00be23d410f77a77f92ca7d25dc3051b164db5b 100644 (file)
@@ -1,21 +1,15 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file importer.h
+ * Copyright 1995-2002 the LyX Team
+ * Read the file COPYING
  *
- *           LyX, The Document Processor
- *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * \author unknown
+ */
 
 #ifndef IMPORTER_H
 #define IMPORTER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <vector>
 #include "LString.h"
 
@@ -28,11 +22,7 @@ public:
        static
        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();