]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
Two fixes involving RtL text drawing
[lyx.git] / src / lyxlayout.h
index 25452e7a0f37957f8d0a46fa70949af0c60a97e3..d437fde31f0d248d6fb15e8392ce9b8fc071e766 100644 (file)
@@ -110,17 +110,17 @@ public:
        /// Text that dictates the width of the indentation of indented pars
        std::string parindent;
        ///
-       float parskip;
+       double parskip;
        ///
-       float itemsep;
+       double itemsep;
        ///
-       float topsep;
+       double topsep;
        ///
-       float bottomsep;
+       double bottomsep;
        ///
-       float labelbottomsep;
+       double labelbottomsep;
        ///
-       float parsep;
+       double parsep;
        ///
        Spacing spacing;
        ///
@@ -149,6 +149,8 @@ public:
        bool is_environment;
        /// show this in toc
        int toclevel;
+       /// special value of toclevel for non-section layouts
+       static const int NOT_IN_TOC;
        /// for new environment insets
        std::string latexheader;
        /// for new environment insets