]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Fix bug #7212: Paragraph::forToc has to include the labelString.
[lyx.git] / src / TextClass.h
index 04816c5b7f5ae3ff0bb73ea35d3a0f8eaaa4cc47..f3d2197278b4617562ceea27195ef2acd25a94fd 100644 (file)
@@ -331,7 +331,7 @@ private:
        ///
        void readCharStyle(Lexer &, std::string const &);
        ///
-       void readFloat(Lexer &);
+       bool readFloat(Lexer &);
        ///
        void readCiteFormat(Lexer &);
 };
@@ -480,6 +480,9 @@ private:
 /// convert page sides option to text 1 or 2
 std::ostream & operator<<(std::ostream & os, PageSides p);
 
+/// current format of layout files
+extern int const LAYOUT_FORMAT;
+
 
 } // namespace lyx