]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
Small fix.
[lyx.git] / src / bufferparams.h
index 002b9b2d18f3538257db94ec4208a20991d83aff..72d601b508ed44675a431ea0adbe3aad39b9063e 100644 (file)
@@ -25,8 +25,6 @@
 #include "layout.h"
 #include "support/block.h"
 
-using std::ostream;
-
 /**
   This class contains all the parameters for this a buffer uses. Some
   work needs to be done on this class to make it nice. Now everything
@@ -113,7 +111,7 @@ public:
        //@}
 
        ///
-       void writeFile(ostream &) const;
+       void writeFile(std::ostream &) const;
 
        ///
        void useClassDefaults();
@@ -135,7 +133,7 @@ public:
        ///
        string fontsize; 
        ///
-       LyXTextClassList::ClassList::size_type textclass;
+       LyXTextClassList::size_type textclass;
 
        /* this are for the PaperLayout */
        ///
@@ -206,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]