X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer.C;h=d6665c8352d1bcf3ea059cf830809a6defd79634;hb=7c15014ec2884e50a17559c1269747658c924eb3;hp=d2f07cf19e3a936b7a9dc258ce94327ae9a2dd75;hpb=5b60445aaec6694fc5bc6ee56b335dc1f1f36062;p=features.git diff --git a/src/buffer.C b/src/buffer.C index d2f07cf19e..d6665c8352 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -71,14 +71,15 @@ #include "support/path.h" #include "support/textutils.h" #include "support/tostr.h" -#include "support/std_sstream.h" #include +#include + #include #include +#include -#include using lyx::pos_type; using lyx::par_type; @@ -1078,7 +1079,7 @@ void Buffer::makeDocBookFile(string const & fname, << "\"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd\""; else ofs << " PUBLIC \"-//OASIS//DTD DocBook V4.2//EN\""; - + string preamble = params().preamble; string const name = runparams.nice ? ChangeExtension(pimpl_->filename, ".sgml") : fname;