]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.cpp
Cmake tests: macro setmarkedtestlabel() worked only by chance
[lyx.git] / src / output_docbook.cpp
index 48b2f605e75233d9ca74d57bfaaa593b721c4365..12061ef462c3581e0b832e23be3164088ac9725b 100644 (file)
@@ -136,7 +136,6 @@ ParagraphList::const_iterator makeEnvironment(
 
        Layout const & defaultstyle = buf.params().documentClass().defaultLayout();
        Layout const & bstyle = par->layout();
-       string item_tag;
 
        // Opening outter tag
        sgml::openTag(buf, os, runparams, *pbegin);
@@ -238,7 +237,7 @@ ParagraphList::const_iterator makeEnvironment(
        if (bstyle.latextype == LATEX_ENVIRONMENT && bstyle.pass_thru)
                os << "]]>";
 
-       // Closing outter tag
+       // Closing outer tag
        sgml::closeTag(os, *pbegin);
 
        return pend;