X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FContext.cpp;h=c565a960856242e919435128a012462918683b4f;hb=5e290e4bf9fb8e7d94912dd0126751d5f6649859;hp=77e7d9ac5c097db6c08f82bf1185d7573ea3314d;hpb=a04d30a6509222882d8e73b8a09276e0d8509e18;p=lyx.git diff --git a/src/tex2lyx/Context.cpp b/src/tex2lyx/Context.cpp index 77e7d9ac5c..c565a96085 100644 --- a/src/tex2lyx/Context.cpp +++ b/src/tex2lyx/Context.cpp @@ -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();