]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / bufferparams.h
index e2f6933c194d98f823a7eadea942e0c9f324c550..f7176b1eac73f54957485550dda4becbf47d56e2 100644 (file)
@@ -63,7 +63,7 @@ public:
        ///
        InsetQuotes::quote_times quotes_times;
        ///
-       LString fontsize; 
+       string fontsize; 
        ///
        signed char textclass;
 
@@ -79,29 +79,29 @@ public:
        ///
         bool use_geometry;
         ///
-        LString paperwidth;
+        string paperwidth;
         ///
-        LString paperheight;
+        string paperheight;
         ///
-        LString leftmargin;
+        string leftmargin;
         ///
-        LString topmargin;
+        string topmargin;
         ///
-        LString rightmargin;
+        string rightmargin;
         ///
-        LString bottommargin;
+        string bottommargin;
         ///
-        LString headheight;
+        string headheight;
         ///
-        LString headsep;
+        string headsep;
         ///
-        LString footskip;
+        string footskip;
         
         /* some LaTeX options */
        /// The graphics driver
-       LString graphicsDriver;
+       string graphicsDriver;
        ///
-       LString fonts;
+       string fonts;
        ///
        Spacing spacing;
        ///
@@ -109,21 +109,21 @@ public:
        ///
        signed char tocdepth;
        ///
-       LString language;
+       string language;
        ///
-       LString inputenc;
+       string inputenc;
        ///
-       LString preamble;
+       string preamble;
        ///
-       LString options;
+       string options;
        ///
-       LString float_placement;
+       string float_placement;
        ///
        char columns; // add approp. signedness
        ///
        char sides; // add approp. signedness
        ///
-       LString pagestyle;
+       string pagestyle;
        ///
        Bullet temp_bullets[4];
        ///
@@ -141,7 +141,7 @@ public:
        ///
         bool use_amsmath;
        /// Time ago we agreed that this was a buffer property [ale990407]
-        LString parentname;
+        string parentname;
 protected:
 private:
        ///