]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLayout.h
Replace hardcoded hack with InsetLayout tag
[features.git] / src / insets / InsetLayout.h
index cf5647dbc39b1132e8719acbf9573b7f15197b18..d2e6458c2d491dceb357879c9a29db7523a81e14 100644 (file)
@@ -108,6 +108,8 @@ public:
        /// this inset
        docstring const babelpreamble() const { return babelpreamble_; }
        ///
+       bool fixedwidthpreambleencoding() const { return fixedwidthpreambleencoding_; }
+       ///
        docstring counter() const { return counter_; }
        ///
        docstring refprefix() const { return refprefix_; }
@@ -223,6 +225,8 @@ private:
        /// Language and babel dependent macro definitions needed for this inset
        docstring babelpreamble_;
        ///
+       bool fixedwidthpreambleencoding_;
+       ///
        docstring refprefix_;
        ///
        mutable std::string htmltag_;