]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.h
Add a fixme, in effect, about dots.
[lyx.git] / src / output_plaintext.h
index 682a94794f98b700757ed8c896c971559c3ff4ce..b047c9cf262ed64c3a26e5403008ad3d4bb70e24 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -12,7 +12,7 @@
 #ifndef OUTPUT_PLAINTEXT_H
 #define OUTPUT_PLAINTEXT_H
 
-#include "support/docstream.h"
+#include "support/strfwd.h"
 
 
 namespace lyx {
@@ -25,14 +25,14 @@ class Paragraph;
 
 
 ///
-void writeFileAscii(Buffer const & buf, support::FileName const &,
+void writePlaintextFile(Buffer const & buf, support::FileName const &,
        OutputParams const &);
 
 ///
-void writeFileAscii(Buffer const & buf, odocstream &, OutputParams const &);
+void writePlaintextFile(Buffer const & buf, odocstream &, OutputParams const &);
 
 ///
-void asciiParagraph(Buffer const & buf,
+void writePlaintextParagraph(Buffer const & buf,
                    Paragraph const & paragraphs,
                    odocstream & ofs,
                    OutputParams const &,