]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Fix functions that used functions but did not defined it
[lyx.git] / src / TextClass.h
index 2f4213349172760e1b705dd858028934de367f4d..5a7f4c45bd1dd47307348f4998afcf29b28c9e5a 100644 (file)
@@ -288,6 +288,10 @@ protected:
        std::string pagesize_format_;
        ///
        std::string pagestyle_;
+       /// Option for full parskip
+       std::string parskip_full_;
+       /// Option for half parskip
+       std::string parskip_half_;
        ///
        std::string tablestyle_;
        ///
@@ -480,6 +484,10 @@ public:
        ///
        std::string const & pagesizeformat() const { return pagesize_format_; }
        ///
+       std::string const & fullparskip() const { return parskip_full_; }
+       ///
+       std::string const & halfparskip() const { return parskip_half_; }
+       ///
        std::string const & pagestyle() const { return pagestyle_; }
        ///
        std::string const & tablestyle() const { return tablestyle_; }