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