]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / insets / InsetText.h
index f6bb2112a971abfdf28dc9040437b4662efe9ac0..40efd2b7aaeeb632d84b96a9fe1439d25c090298 100644 (file)
@@ -130,6 +130,8 @@ public:
        /// should paragraph indendation be ommitted in any case?
        bool neverIndent(Buffer const &) const;
        ///
+       virtual bool isMacroScope(Buffer const & buf) const { return true; }
+       ///
        virtual bool allowMultiPar() const { return true; }
        ///
        InsetText(InsetText const &);