]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.h
Don't allow newline characters in document settings.
[lyx.git] / src / output_docbook.h
index b0f63268839865f5648b6b1ab66d9e7c47039628..46e495f0057afb8f93c1dca04d55bf6b7fdacc51 100644 (file)
@@ -4,8 +4,8 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
- * \author José Matos
+ * \author Lars Gullik Bjønnes
+ * \author José Matos
  *
  * Full author contact details are available in file CREDITS.
  */
 #ifndef OUTPUT_DOCBOOK_H
 #define OUTPUT_DOCBOOK_H
 
-#include "support/docstream.h"
+#include "support/strfwd.h"
 
 namespace lyx {
 
 class Buffer;
 class OutputParams;
-class ParagraphList;
+class Text;
 
 ///
-void docbookParagraphs(ParagraphList const & subset,
+void docbookParagraphs(Text const & text,
                       Buffer const & buf,
                       odocstream & os,
                       OutputParams const & runparams);