]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / bufferparams.h
index 873862572ec496d92f4ccf6397af46e8c52b90a3..72d601b508ed44675a431ea0adbe3aad39b9063e 100644 (file)
@@ -111,7 +111,7 @@ public:
        //@}
 
        ///
-       void writeFile(ostream &) const;
+       void writeFile(std::ostream &) const;
 
        ///
        void useClassDefaults();
@@ -133,7 +133,7 @@ public:
        ///
        string fontsize; 
        ///
-       LyXTextClassList::ClassList::size_type textclass;
+       LyXTextClassList::size_type textclass;
 
        /* this are for the PaperLayout */
        ///
@@ -204,8 +204,6 @@ public:
        void readLanguage(LyXLex &);
        ///
        void readGraphicsDriver(LyXLex &);
-       /// do we allow accents on all chars in this buffer
-       bool allowAccents;
        ///
         bool use_amsmath;
        /// Time ago we agreed that this was a buffer property [ale990407]