]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
form para crash fix from John
[lyx.git] / src / bufferparams.h
index 936553de6e938a28490772d486b170fa4e128a13..aeed3a1572df767b4e0c6a568f280455be63a493 100644 (file)
@@ -110,9 +110,15 @@ public:
        ///
        void writeFile(std::ostream &) const;
 
+       ///
+       void setPaperStuff();
+
        ///
        void useClassDefaults();
 
+       ///
+       bool hasClassDefaults() const;
+
        ///
        VSpace const & getDefSkip() const { return defskip; }
 
@@ -201,6 +207,10 @@ public:
        void readGraphicsDriver(LyXLex &);
        ///
         bool use_amsmath;
+       ///
+        bool use_natbib;
+       ///
+        bool use_numerical_citations;
        /// Time ago we agreed that this was a buffer property [ale990407]
         string parentname;
 private: