]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.h
Remove updateInfo() calls in favor of doing the relevant work
[lyx.git] / src / output_docbook.h
index c1bc5f9ebf8fe743b9d7329d0bbfc673aeb11505..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.
  */
@@ -19,10 +19,10 @@ 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);