]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/Context.cpp
tex2lyx: support rotated longtable
[features.git] / src / tex2lyx / Context.cpp
index cc95a1fc6d0cb3a29e4ed0fe13028c9044257a0a..5112401b08ad408fa0dafdf6b72bc72875282f0e 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_)
+         font(font_), rotlongtable(false)
 {
        if (!layout)
                layout = &textclass.defaultLayout();