]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
grammar
[lyx.git] / src / BufferParams.h
index 9b12575b141c5bf9609e0fc5ebc46f2a0da0aef2..ff5604eb528db316b1ceba1eece6abb997218173 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "Citation.h"
 #include "ColorCode.h"
+#include "ColorSet.h"
 #include "DocumentClassPtr.h"
 #include "LayoutModuleList.h"
 #include "paper.h"
@@ -78,7 +79,7 @@ public:
        /// read a header token, if unrecognised, return it or an unknown class name
        std::string readToken(Lexer & lex,
                std::string const & token, ///< token to read.
-               support::FileName const & filepath);
+               support::FileName const & filename);
 
        ///
        void writeFile(std::ostream &, Buffer const *) const;
@@ -399,6 +400,8 @@ public:
        bool isnotefontcolor;
        ///
        RGBColor boxbgcolor;
+       ///
+       bool isboxbgcolor;
        /// \param index should lie in the range 0 <= \c index <= 3.
        Bullet & temp_bullet(size_type index);
        Bullet const & temp_bullet(size_type index) const;