]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Do not check for LaTeX fonts if we use nonTeXFont
[lyx.git] / src / Paragraph.h
index f5d6a23b26f9b18f20f47542ab3a6c2cdf870c62..0ea959fd544804779b3589392da91b8bb86109ea 100644 (file)
@@ -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.