]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
Typos and style.
[lyx.git] / src / insets / InsetTOC.h
index e5127d62c38504a2e437b57ce3d2da4bb51670cf..ead482b2e839870ec93ed3886d12eb528669f517 100644 (file)
@@ -17,6 +17,7 @@
 
 namespace lyx {
 
+class Paragraph;
 class Toc;
 
 /// Used to insert table of contents and similar lists
@@ -66,6 +67,9 @@ private:
        void makeTOCWithDepth(XHTMLStream xs, Toc toc, const OutputParams & op) const;
        ///
        void makeTOCNoDepth(XHTMLStream xs, Toc toc, const OutputParams & op) const;
+       ///
+       void makeTOCEntry(XHTMLStream & xs, Paragraph const & par, OutputParams const & op) const;
+       
        /// \name Private functions inherited from Inset class
        //@{
        ///