X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_docbook.h;h=46e495f0057afb8f93c1dca04d55bf6b7fdacc51;hb=a174f43bc5515291c4d0b28cacd806c9c9ea4de4;hp=b0f63268839865f5648b6b1ab66d9e7c47039628;hpb=345d7c00cd85576102a025daad82e6537fcb12d2;p=lyx.git diff --git a/src/output_docbook.h b/src/output_docbook.h index b0f6326883..46e495f005 100644 --- a/src/output_docbook.h +++ b/src/output_docbook.h @@ -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. */ @@ -13,16 +13,16 @@ #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);