]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
InsetInfo: enable inset dissolve
[lyx.git] / src / insets / InsetBibitem.h
index f18356b9d469286795f718c21952eab6f87a158a..ba33732ad0b01d33a7ee6c6ce02d1df6235b508e 100644 (file)
@@ -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