]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Fix bug #5972: Count words in citations (approximately).
[lyx.git] / src / insets / InsetCitation.h
index 3d97bbf0581cb73cf9d1872fb7d6fd078e308a33..f41ef5475dabc1533c9f13d6fd6557cf25b54c15 100644 (file)
@@ -101,6 +101,8 @@ public:
        bool openCitationPossible() const;
        /// search and open citation source
        void openCitation();
+       ///
+       std::pair<int, int> isWords() const override;
 
 private:
        /// tries to make a pretty label and makes a basic one if not