X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=67f41ddb8d4cbfbdfe355880bc9b95f532f8d890;hb=6fa973b3771ff9ff61d82ae3cbebad8442d30816;hp=c67a507397c671273c093396efbc46cda04124e1;hpb=22ee249c3ea6426dbf24956ae36986e3ee6f81c0;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index c67a507397..67f41ddb8d 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -204,7 +204,8 @@ public: pos_type firstWordLyXHTML(XMLStream & xs, OutputParams const & runparams) const; /// Outputs to stream the DocBook representation, one element per paragraph. - std::vector simpleDocBookOnePar(Buffer const & buf, + std::tuple, std::vector, std::vector> + simpleDocBookOnePar(Buffer const & buf, OutputParams const & runparams, Font const & outerfont, pos_type initial = 0,