]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.cpp
Move Kluwer template to attic.
[lyx.git] / src / tex2lyx / Context.cpp
index 77e7d9ac5c097db6c08f82bf1185d7573ea3314d..c565a960856242e919435128a012462918683b4f 100644 (file)
@@ -85,7 +85,7 @@ Context::Context(bool need_layout_,
          new_layout_allowed(true), merging_hyphens_allowed(true),
          textclass(textclass_),
          layout(layout_), parent_layout(parent_layout_),
-         font(font_), tablerotation(0)
+         font(font_), tablerotation(0), in_table_cell(false), cell_align('c')
 {
        if (!layout)
                layout = &textclass.defaultLayout();