]> 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 7d9e68f098ebd76336e5d24927543624abc4fa10..3a6f8b3b8d445a85c8cfdba2513435a0fdd2936f 100644 (file)
@@ -15,7 +15,6 @@
 #include "insetcollapsable.h"
 #include "lyxlength.h"
 #include "mailinset.h"
-#include "TocBackend.h"
 
 
 namespace lyx {
@@ -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(TocBackend::TocList &, Buffer const &) const;
+       void addToToc(TocList &, Buffer const &) const;
        ///
        bool showInsetDialog(BufferView *) const;
        ///