]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
Rename files in src/mathed and src/graphics from .C to .cpp, step 2
[lyx.git] / src / mathed / InsetMathHull.h
index 41123a4cc82309fbe6062e3fc121ebaadc3d3f48..b36c09c4552ecbd0623fce018c39e6cfb0097996 100644 (file)
@@ -35,7 +35,7 @@ public:
        ///
        mode_type currentMode() const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
@@ -104,13 +104,12 @@ public:
        void read(Buffer const &, LyXLex & 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 int textString(Buffer const &, odocstream &,
-               OutputParams const &) const;
+       virtual void textString(Buffer const &, odocstream &) const;
 
        /// get notification when the cursor leaves this inset
        bool notifyCursorLeaves(LCursor & cur);