]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
support for table cell rotations; fileformat change
[lyx.git] / src / insets / InsetTabular.h
index 6958609ccbbf4f1ade3980bc7aed488b45daeb5b..047f39a83393608e6d06b108808963ced5f3cd35 100644 (file)
@@ -502,9 +502,9 @@ public:
        ///
        col_type cellColumn(idx_type cell) const;
        ///
-       void setRotateCell(idx_type cell, bool);
+       void setRotateCell(idx_type cell, int);
        ///
-       bool getRotateCell(idx_type cell) const;
+       int getRotateCell(idx_type cell) const;
        ///
        bool needRotating() const;
        ///
@@ -612,7 +612,7 @@ public:
                ///
                BoxType usebox;
                ///
-               bool rotate;
+               int rotate;
                ///
                docstring align_special;
                ///