X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTOC.h;h=ead482b2e839870ec93ed3886d12eb528669f517;hb=0a6ff99f28686066675848f3410f77c0947bc357;hp=e5127d62c38504a2e437b57ce3d2da4bb51670cf;hpb=5286ce6dfe06b1f04ed213f6a3ae74fed8084a38;p=lyx.git diff --git a/src/insets/InsetTOC.h b/src/insets/InsetTOC.h index e5127d62c3..ead482b2e8 100644 --- a/src/insets/InsetTOC.h +++ b/src/insets/InsetTOC.h @@ -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 //@{ ///