]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.cpp
* Call metrics of the parameters with the correct font in MathMacros, for example
[lyx.git] / src / output_plaintext.cpp
index 09d7a3847cbeedf87230b3c00b8b6d6a6491bb65..0619b0668c86d8fd7d92fc4df5f234add8192f93 100644 (file)
@@ -45,7 +45,7 @@ void writePlaintextFile(Buffer const & buf, odocstream & os,
        OutputParams const & runparams)
 {
        bool ref_printed = false;
-       ParagraphList const par = buf.paragraphs();
+       ParagraphList const par = buf.paragraphs();
        ParagraphList::const_iterator beg = par.begin();
        ParagraphList::const_iterator end = par.end();
        ParagraphList::const_iterator it = beg;
@@ -210,7 +210,7 @@ void writePlaintextParagraph(Buffer const & buf,
                        break;
 
                case '\0':
-                       LYXERR(Debug::INFO, "writePlaintextFile: NULL char in structure.");
+                       LYXERR(Debug::INFO, "writePlaintextFile: NUL char in structure.");
                        break;
 
                default: