]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Avoid duplicating mode changing commands
[lyx.git] / src / BufferParams.h
index caae01dfec15535e847429326491d15cfbc5e7df..aecf76b9813f9754a548962e9137a83c484b16b6 100644 (file)
@@ -42,7 +42,6 @@ class Font;
 class HSpace;
 class IndicesList;
 class Language;
-class LatexFeatures;
 class LayoutFile;
 class LayoutFileIndex;
 class Lexer;
@@ -279,6 +278,8 @@ public:
        int fontsTypewriterScale() const { return fonts_typewriter_scale[useNonTeXFonts]; }
        /// the font used by the CJK command
        std::string fonts_cjk;
+       /// use LaTeX microtype package
+       bool use_microtype;
        ///
        Spacing & spacing();
        Spacing const & spacing() const;
@@ -381,7 +382,7 @@ public:
        bool use_bibtopic;
        /// Split the index?
        bool use_indices;
-       /// Save trensient properties?
+       /// Save transient properties?
        bool save_transient_properties;
        /// revision tracking for this buffer ? (this is a transient property)
        bool track_changes;