]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.cpp
Added Liviu Andronic, and modified generate_contributions.py to match what was in...
[lyx.git] / src / Layout.cpp
index 3f5fe433af8893069674d3acccdcbd62d12f1b31..033f5f978c4ccbd516a89320eed5f43da3bba73a 100644 (file)
@@ -95,6 +95,7 @@ enum LayoutTags {
 
 Layout::Layout()
 {
+       unknown_ = false;
        margintype = MARGIN_STATIC;
        latextype = LATEX_PARAGRAPH;
        intitle = false;
@@ -123,7 +124,6 @@ Layout::Layout()
        newline_allowed = true;
        free_spacing = false;
        pass_thru = false;
-       is_environment = false;
        toclevel = NOT_IN_TOC;
        commanddepth = 0;
 }