]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / bufferparams.h
index a42cf57776d073f97e89de6e83d3f3709589660a..cb6e63cdbff30356fcb1bd54d2c535751dff954c 100644 (file)
@@ -48,10 +48,10 @@ enum CiteEngine {
 };
 
 class CiteEngine_enum {
-        CiteEngine val_;
+       CiteEngine val_;
 public:
        CiteEngine_enum(CiteEngine val) : val_(val) {}
-        operator CiteEngine() const{ return val_; }
+       operator CiteEngine() const{ return val_; }
 };
 
 } // namespace biblio
@@ -191,6 +191,10 @@ public:
        void readLanguage(LyXLex &);
        ///
        void readGraphicsDriver(LyXLex &);
+       ///
+       void readBullets(LyXLex &);
+       ///
+       void readBulletsLaTeX(LyXLex &);
 
        /// use AMS package, not, or auto
        enum AMS {