X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBibitem.h;h=ba33732ad0b01d33a7ee6c6ce02d1df6235b508e;hb=d6a93143ec2146210d79f58cac42f9608da86100;hp=f18356b9d469286795f718c21952eab6f87a158a;hpb=ec962dea206db136450d8698605f08481f1df91d;p=lyx.git diff --git a/src/insets/InsetBibitem.h b/src/insets/InsetBibitem.h index f18356b9d4..ba33732ad0 100644 --- a/src/insets/InsetBibitem.h +++ b/src/insets/InsetBibitem.h @@ -60,7 +60,7 @@ public: /// docstring xhtml(XHTMLStream &, OutputParams const &) const; /// - void collectBibKeys(InsetIterator const &) const; + void collectBibKeys(InsetIterator const &, support::FileNameList &) const; /// update the counter of this inset void updateBuffer(ParIterator const &, UpdateType); ///@} @@ -86,6 +86,8 @@ private: void doDispatch(Cursor & cur, FuncRequest & cmd); /// Inset * clone() const { return new InsetBibitem(*this); } + /// Is the content of this inset part of the immediate (visible) text sequence? + bool isPartOfTextSequence() const { return false; } ///@} /// \name Private functions inherited from InsetCommand class