]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Get rid of regex_constants::match_partial
[lyx.git] / src / insets / InsetText.h
index bbdf2abc367644e057f8da06eee8ea04eb25894c..1a6d123ac6981d98f116a26add9d18d956b1e4d6 100644 (file)
@@ -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,6 +217,8 @@ protected:
        docstring getCaptionText(OutputParams const &) const;
        ///
        docstring getCaptionHTML(OutputParams const &) const;
+       ///
+       void iterateForToc(DocIterator const & cdit, bool output_active) const;
 private:
        ///
        bool drawFrame_;