X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetText.h;h=1a6d123ac6981d98f116a26add9d18d956b1e4d6;hb=dae8555234f0e5c8358b91c307d91b219c664617;hp=e986d3650d947df404b10672606a1386f61914e8;hpb=86994bf75320524ec656fd70950633c83d445a6c;p=lyx.git diff --git a/src/insets/InsetText.h b/src/insets/InsetText.h index e986d3650d..1a6d123ac6 100644 --- a/src/insets/InsetText.h +++ b/src/insets/InsetText.h @@ -17,8 +17,6 @@ #include "ColorCode.h" #include "Text.h" -#include "insets/InsetLayout.h" - namespace lyx { class CompletionList; @@ -172,7 +170,7 @@ public: /// void toString(odocstream &) const; /// - void forToc(docstring &, size_t) const; + void forOutliner(docstring &, size_t) const; /// void addToToc(DocIterator const & di, bool output_active) const; /// @@ -219,14 +217,14 @@ protected: docstring getCaptionText(OutputParams const &) const; /// docstring getCaptionHTML(OutputParams const &) const; + /// + void iterateForToc(DocIterator const & cdit, bool output_active) const; private: /// bool drawFrame_; /// ColorCode frame_color_; /// - mutable pit_type old_pit; - /// mutable Text text_; };