X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=0ea959fd544804779b3589392da91b8bb86109ea;hb=6a936d63d3be55a9a553b252e51f773749777e44;hp=f5d6a23b26f9b18f20f47542ab3a6c2cdf870c62;hpb=e0baae5091e2e341735c467e2f57f84b4ed72b33;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index f5d6a23b26..0ea959fd54 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -440,6 +440,8 @@ public: /// ParagraphParameters const & params() const; + /// Check whether a call to fixBiblio is needed. + bool brokenBiblio() const; /// Check if we are in a Biblio environment and insert or /// delete InsetBibitems as necessary. /// \retval int 1, if we had to add an inset, in which case @@ -447,7 +449,7 @@ public: /// an inset, in which case pos is the position from which the inset /// was deleted, and the cursor will need to be moved back one if it /// was previously past that position. Return 0 otherwise. - int checkBiblio(Buffer const & buffer); + int fixBiblio(Buffer const & buffer); /// For each author, set 'used' to true if there is a change /// by this author in the paragraph.