]> git.lyx.org Git - lyx.git/blobdiff - src/importer.h
Sigh. Why is debugging iterative?
[lyx.git] / src / importer.h
index b12fd6559b0ef5580d6b8ef0ac4ea5bc81f7e17a..8bcfd08140681864ca68b25d76592397e6b93bf5 100644 (file)
@@ -1,11 +1,11 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -26,12 +26,12 @@ 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);
+       bool IsImportable(string const & format);
 #endif
        ///
        static