X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetMarginal.h;h=008a3dd039fae9c64a622ca8eb879edd15d2a181;hb=4859a1f6bb834aa5efa4a32e7619cc7a3347dc0c;hp=38e1a9c50a067590c3f53ebfe10c726acb9cda7c;hpb=86994bf75320524ec656fd70950633c83d445a6c;p=lyx.git diff --git a/src/insets/InsetMarginal.h b/src/insets/InsetMarginal.h index 38e1a9c50a..008a3dd039 100644 --- a/src/insets/InsetMarginal.h +++ b/src/insets/InsetMarginal.h @@ -35,8 +35,8 @@ public: size_t max_length = INT_MAX) const; /// int docbook(odocstream &, OutputParams const & runparams) const; - /// - void addToToc(DocIterator const & di, bool output_active) const; + /// Is the content of this inset part of the immediate (visible) text sequence? + bool isPartOfTextSequence() const { return false; } private: /// Inset * clone() const { return new InsetMarginal(*this); }