]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / exporter.h
index d1f3c8d6fde8251482da46ac177e376ffaa3644a..12ccebd4da664501533eade75c31bd6140177c64 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
 #ifndef EXPORTER_H
 #define EXPORTER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <vector>
 #include "LString.h"
 
@@ -43,11 +39,5 @@ public:
        std::vector<Format const *> const
        GetExportableFormats(Buffer const * buffer, bool only_viewable);
        ///
-private:
-       static
-       string const BufferFormat(Buffer const * buffer);
-       ///
-       static
-       std::vector<string> const Backends(Buffer const * buffer);
 };
 #endif