X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_plaintext.h;h=c32a4a2c1988ce794e5e86490035a0d1b0a4cad1;hb=cf15bd840b71a01ccbb2fbbbabc7066237b4bfd2;hp=682a94794f98b700757ed8c896c971559c3ff4ce;hpb=9eab5fa88a3081ef02aa0effb6117af9715908fa;p=lyx.git diff --git a/src/output_plaintext.h b/src/output_plaintext.h index 682a94794f..c32a4a2c19 100644 --- a/src/output_plaintext.h +++ b/src/output_plaintext.h @@ -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 &,