]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
installer: further preparation
[lyx.git] / src / mathed / InsetMath.h
index 80139ba08fed8e7450c4e5622c477fa0c6318d60..5e5f492dc925a260e0989940b142eff92c122628 100644 (file)
@@ -168,8 +168,6 @@ public:
        /// identifies things that can get \limits or \nolimits
        virtual bool takesLimits() const { return false; }
 
-       /// char char code if possible
-       virtual void handleFont(docstring const &) {}
        /// replace things by other things
        virtual void replace(ReplaceData &) {}
        /// do we contain a given subsequence?
@@ -200,7 +198,7 @@ public:
        virtual void octave(OctaveStream &) const;
 
        /// plain text output in ucs4 encoding
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream &, OutputParams const &, size_t) const;
 
        /// dump content to stderr for debugging
        virtual void dump() const;