]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
That didn't really work. So revert to old CSS for gray notes.
[lyx.git] / src / Paragraph.h
index 8bb275576fc4b88c0beba55fec9901f37ca7f03f..485e239b6694dc8e04cea5f03e57db532d6296cf 100644 (file)
@@ -424,6 +424,9 @@ public:
        /// Spellcheck word at position \p pos.
        /// \return true if pointed word is misspelled.
        bool isMisspelled(pos_type pos) const;
+       /// an automatically generated identifying label for this paragraph.
+       /// presently used only in the XHTML output routines.
+       std::string magicLabel() const;
 
 private:
        ///