]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Merge branch 'master' into biblatex2
[lyx.git] / src / insets / InsetBibitem.h
index f18356b9d469286795f718c21952eab6f87a158a..41497e18497f48ac185baafe37c29a156a7153a7 100644 (file)
@@ -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