]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Use unsigned values for enum
[lyx.git] / src / TextClass.h
index 1e8582b1f0575c953b00d78145c7609fa4457398..3d063456366bdc6c7eafabdc1890369e43db9426 100644 (file)
@@ -280,6 +280,8 @@ protected:
        std::string fontsize_format_;
        /// Default page size
        std::string pagesize_;
+       /// Format of the papersize option
+       std::string pagesize_format_;
        ///
        std::string pagestyle_;
        ///
@@ -467,6 +469,8 @@ public:
        ///
        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_; }