]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
installer: further preparation
[lyx.git] / src / insets / InsetText.h
index a77bf92875e8ef05ddd30723a133ad541810b853..d16d41a249fe74cf0c2b2063415f0682042ba274 100644 (file)
@@ -17,8 +17,6 @@
 #include "ColorCode.h"
 #include "Text.h"
 
-#include "insets/InsetLayout.h"
-
 namespace lyx {
 
 class CompletionList;
@@ -174,7 +172,7 @@ public:
        ///
        void forToc(docstring &, size_t) const;
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        Inset * clone() const { return new InsetText(*this); }
        ///
@@ -225,8 +223,6 @@ private:
        ///
        ColorCode frame_color_;
        ///
-       mutable pit_type old_pit;
-       ///
        mutable Text text_;
 };