]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Cell in delimiter inset should not be tight
[lyx.git] / src / TextClass.h
index 16de7656d148844b9c7748f25a53f68bc2d5c1d2..dc1b296475a1c9a8f7f3aeaa645c4a3bd3def913 100644 (file)
@@ -277,6 +277,8 @@ protected:
        ///
        std::string pagestyle_;
        ///
+       std::string tablestyle_;
+       ///
        std::string class_header_;
        ///
        docstring defaultlayout_;
@@ -382,7 +384,7 @@ private:
        ///
        bool readFloat(Lexer &);
        ///
-       std::vector<CitationStyle> const & citeStyles(CiteEngineType const &) const;
+       std::vector<CitationStyle> const & getCiteStyles(CiteEngineType const &) const;
        ///
        bool readCiteEngine(Lexer &, ReadType, bool const add = false);
        ///
@@ -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_; }