]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetwrap.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetwrap.h
index ce61bdc5c6a93be0597c7396820606bcd6693050..3a6f8b3b8d445a85c8cfdba2513435a0fdd2936f 100644 (file)
@@ -13,7 +13,6 @@
 #define INSETWRAP_H
 
 #include "insetcollapsable.h"
-#include "toc.h"
 #include "lyxlength.h"
 #include "mailinset.h"
 
@@ -55,16 +54,19 @@ public:
        InsetBase::Code lyxCode() const { return InsetBase::WRAP_CODE; }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
+       ///
+       int plaintext(Buffer const &, odocstream &,
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        ///
        virtual docstring const editMessage() const;
        ///
        bool insetAllowed(InsetBase::Code) const;
        ///
-       void addToToc(toc::TocList &, Buffer const &) const;
+       void addToToc(TocList &, Buffer const &) const;
        ///
        bool showInsetDialog(BufferView *) const;
        ///