]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
and this
[lyx.git] / src / bufferparams.h
index 89511471141b5fdb87b9843234109a33ca1524c7..cb6e63cdbff30356fcb1bd54d2c535751dff954c 100644 (file)
@@ -37,6 +37,7 @@ class VSpace;
 struct Language;
 
 
+namespace lyx {
 namespace biblio {
 
 enum CiteEngine {
@@ -47,13 +48,14 @@ 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
+} // namespace lyx
 
 
 /** Buffer parameters.
@@ -189,6 +191,10 @@ public:
        void readLanguage(LyXLex &);
        ///
        void readGraphicsDriver(LyXLex &);
+       ///
+       void readBullets(LyXLex &);
+       ///
+       void readBulletsLaTeX(LyXLex &);
 
        /// use AMS package, not, or auto
        enum AMS {
@@ -198,7 +204,7 @@ public:
        };
        AMS use_amsmath;
        ///
-       biblio::CiteEngine cite_engine;
+       lyx::biblio::CiteEngine cite_engine;
        ///
        bool use_bibtopic;
        /// revision tracking for this buffer ?