]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.h
FindAdv: Comments
[lyx.git] / src / tex2lyx / Context.h
index 4fd1ff28bb793200ec1881bc8a1787467a73ae75..64d69e356106b64d2f9fe11cd0f1a31727375f04 100644 (file)
@@ -165,8 +165,8 @@ public:
        TeXFont font;
        /// font attributes of normal text
        static TeXFont normalfont;
-       /// A rotated longtable
-       bool rotlongtable;
+       /// Table rotation angle
+       int tablerotation;
 
 private:
        void begin_layout(std::ostream & os, Layout const * const & l);