]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / bufferparams.h
index 02e49186d48ad0a2a2dfa465d300884afe1b4421..8aa0b4a671ec8cfea82485a7a142c79f0868ef83 100644 (file)
@@ -154,13 +154,13 @@ public:
 
        /* this are for the PaperLayout */
        /// the general papersize (papersize2 or paperpackage
-       char papersize; // add apprip. signedness
+       PAPER_SIZE papersize;
        ///  the selected Geometry papersize
-       char papersize2; // add approp. signedness
+       VMARGIN_PAPER_TYPE papersize2;
        /// a special paperpackage .sty-file
-       char paperpackage; // add approp. signedness
+       PAPER_PACKAGES paperpackage;
        ///
-       PAPER_ORIENTATION orientation; // add approp. signedness
+       PAPER_ORIENTATION orientation;
        ///
        bool use_geometry;
        ///