X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=8fd17c2897dacdda25679b6a518fcfba14e0d380;hb=559c2f648239fff4fec769b34b30ccff23491e31;hp=ea1d679d7c056a425f8ce51d607d9c1876d7c8a2;hpb=897436efbb9bd641b61467d185a2dfae9839e575;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index ea1d679d7c..8fd17c2897 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -368,6 +368,10 @@ public: /// was previously past that position. Return 0 otherwise. int checkBiblio(bool track_changes); + /// For each author, set 'used' to true if there is a change + /// by this author in the paragraph. + void checkAuthors(AuthorList const & authorList); + public: /// InsetList insetlist;