]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetText.h
index f6bb2112a971abfdf28dc9040437b4662efe9ac0..d29e4ec6b12e42f6df71023b5263a36e6c1d06b8 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 &) const { return true; }
+       ///
        virtual bool allowMultiPar() const { return true; }
        ///
        InsetText(InsetText const &);