]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Cell in delimiter inset should not be tight
[lyx.git] / src / TextClass.h
index b9ec227d4071c01f844274ffb48fed0d63753686..dc1b296475a1c9a8f7f3aeaa645c4a3bd3def913 100644 (file)
@@ -277,6 +277,8 @@ protected:
        ///
        std::string pagestyle_;
        ///
+       std::string tablestyle_;
+       ///
        std::string class_header_;
        ///
        docstring defaultlayout_;
@@ -453,6 +455,8 @@ public:
        ///
        std::string const & pagestyle() const { return pagestyle_; }
        ///
+       std::string const & tablestyle() const { return tablestyle_; }
+       ///
        docstring const & preamble() const { return preamble_; }
        ///
        docstring const & htmlpreamble() const { return htmlpreamble_; }