]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathHull.h
index ccac7575d951973a2b5f19ee22585968c480aec7..7afdc0eb1b8915f36d4422db96faba3d617d8d2f 100644 (file)
@@ -15,7 +15,6 @@
 #include "InsetMathGrid.h"
 #include <boost/scoped_ptr.hpp>
 
-#include "debug.h"
 
 namespace lyx {
 
@@ -105,10 +104,10 @@ public:
        void read(Buffer const &, Lexer & lex);
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual void textString(Buffer const &, odocstream &) const;
 
@@ -121,6 +120,7 @@ public:
 
        ///
        static int displayMargin() { return 12; }
+
 protected:
        InsetMathHull(InsetMathHull const &);
 
@@ -183,8 +183,6 @@ private:
        boost::scoped_ptr<RenderPreview> preview_;
        ///
        mutable bool use_preview_;
-       ///
-       /// mutable bool redraw_background_;
 //
 // Incorporate me
 //
@@ -202,7 +200,7 @@ public:
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        ///
-       bool display() const;
+       DisplayType display() const;
        ///
        Code lyxCode() const;