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