]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / bufferparams.h
index 0acb1668a09e5d211dfcb2565b6e4c38654dfe1c..86302c5583b233d6daff7e1ecfc5fd8ed1c52f98 100644 (file)
@@ -88,9 +88,6 @@ public:
         */
        bool writeLaTeX(std::ostream &, LaTeXFeatures &, TexRow &) const;
 
-       ///
-       void setPaperStuff();
-
        ///
        void useClassDefaults();
 
@@ -119,15 +116,13 @@ public:
        LyXTextClass const & getLyXTextClass() const;
 
        /* this are for the PaperLayout */
-       /// the general papersize (papersize2 or paperpackage
+       /// the papersize
        PAPER_SIZE papersize;
-       ///  the selected Geometry papersize
-       VMARGIN_PAPER_TYPE papersize2;
        /// a special paperpackage .sty-file
        PAPER_PACKAGES paperpackage;
        ///
        PAPER_ORIENTATION orientation;
-       ///
+       /// use custom margins
        bool use_geometry;
        ///
        std::string paperwidth;
@@ -210,10 +205,10 @@ public:
        /// revision tracking for this buffer ?
        bool tracking_changes;
        /** This param decides if change tracking marks should be output
-        *  (using the dvipost package) or if the current "state" of the 
-        *  document should be output instead. Since dvipost needs dvi 
+        *  (using the dvipost package) or if the current "state" of the
+        *  document should be output instead. Since dvipost needs dvi
         *  specials, it only works with dvi/ps output (the param will be
-        *  ignored with other output flavors and disabled when dbipost is 
+        *  ignored with other output flavors and disabled when dbipost is
         *  not installed).
         */
        bool output_changes;