]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Remove some spacing above InsetColapsible when possible
[lyx.git] / src / TextClass.h
index f42b270326e173c6f4aa335c8c6e8fe34a8b0969..3d063456366bdc6c7eafabdc1890369e43db9426 100644 (file)
@@ -276,8 +276,12 @@ protected:
        std::string opt_pagestyle_;
        /// Specific class options
        std::string options_;
+       /// Format of the fontsize option
+       std::string fontsize_format_;
        /// Default page size
        std::string pagesize_;
+       /// Format of the papersize option
+       std::string pagesize_format_;
        ///
        std::string pagestyle_;
        ///
@@ -461,8 +465,12 @@ public:
        ///
        std::string const & class_header() const { return class_header_; }
        ///
+       std::string const & fontsizeformat() const { return fontsize_format_; }
+       ///
        std::string const & pagesize() const { return pagesize_; }
        ///
+       std::string const & pagesizeformat() const { return pagesize_format_; }
+       ///
        std::string const & pagestyle() const { return pagestyle_; }
        ///
        std::string const & tablestyle() const { return tablestyle_; }