]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Move the global formats and system_formats variables into the
[lyx.git] / src / insets / InsetWrap.h
index af1ae53c83b014d1b7a6cc3dcb0822e62ab06c2f..588a3bc1e16aee37b793ef86a68039a9589df6d9 100644 (file)
@@ -89,6 +89,8 @@ private:
        docstring layoutName() const;
        ///
        Inset * clone() const { return new InsetWrap(*this); }
+       /// Is the content of this inset part of the immediate (visible) text sequence?
+       bool isPartOfTextSequence() const { return false; }
 
        ///
        InsetWrapParams params_;