X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.h;h=f3d2197278b4617562ceea27195ef2acd25a94fd;hb=68fe13dfa1ed24891d930b0d9b8b79e217c7f1e4;hp=04816c5b7f5ae3ff0bb73ea35d3a0f8eaaa4cc47;hpb=808ff6650c731d20005ace719287841366dfb504;p=lyx.git diff --git a/src/TextClass.h b/src/TextClass.h index 04816c5b7f..f3d2197278 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -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