]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
mention our own thesaurus dictionary repository.
[lyx.git] / src / Buffer.cpp
index f8258acee946f278bf4bca8c8f2a5a83ca69a6ee..37be1522815be08a9596ffb21b39c5052306ef89 100644 (file)
@@ -127,7 +127,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 412; // edwin: set tabular width
+int const LYX_FORMAT = 413; // rgh: html_css_as_file
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;
@@ -1453,8 +1453,7 @@ void Buffer::writeLaTeXSource(otexstream & os,
                d->setParent(save_parent);
 
        // add this just in case after all the paragraphs
-       os.os() << endl;
-       os.texrow().newline();
+       os << endl;
 
        if (output_preamble) {
                os << "\\end{document}\n";