]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Make sure a pointer is valid before using it
[lyx.git] / src / BufferParams.h
index f62911c2626b4ad5ca889556bf1872a619283131..aecf76b9813f9754a548962e9137a83c484b16b6 100644 (file)
@@ -278,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;
@@ -380,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;