X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferparams.h;h=f7176b1eac73f54957485550dda4becbf47d56e2;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=e2f6933c194d98f823a7eadea942e0c9f324c550;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/bufferparams.h b/src/bufferparams.h index e2f6933c19..f7176b1eac 100644 --- a/src/bufferparams.h +++ b/src/bufferparams.h @@ -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: ///