]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
These are in lib/symbols, so should have been caught by the first test:
[lyx.git] / src / Paragraph.h
index 94a139ab5edcf9c790a06bd365e8c8896fa256e5..485e239b6694dc8e04cea5f03e57db532d6296cf 100644 (file)
@@ -166,6 +166,7 @@ public:
                                 XHTMLStream & xs,
                                 OutputParams const & runparams,
                                 Font const & outerfont,
+         bool fortoc = false,
                                 pos_type initial = 0) const;
 
        ///
@@ -423,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:
        ///