]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetspecialchar.h
index cddd3e237f0a2f7c5b4051956b3753b8f57e31f2..2dadf74798c05c9b2967ec5ed328d85c0b053fde 100644 (file)
@@ -16,7 +16,6 @@
 
 
 #include "inset.h"
-#include "LString.h"
 
 struct LaTeXFeatures;
 
@@ -55,13 +54,16 @@ public:
        void read(Buffer const &, LyXLex & lex);
        ///
        int latex(Buffer const &, std::ostream &,
-                 LatexRunParams const &) const;
+                 OutputParams const &) const;
        ///
-       int ascii(Buffer const &, std::ostream &, int linelen) const;
+       int plaintext(Buffer const &, std::ostream &,
+                 OutputParams const &) const;
        ///
-       int linuxdoc(Buffer const &, std::ostream &) const;
+       int linuxdoc(Buffer const &, std::ostream &,
+                    OutputParams const &) const;
        ///
-       int docbook(Buffer const &, std::ostream &, bool mixcont) const;
+       int docbook(Buffer const &, std::ostream &,
+                   OutputParams const &) const;
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
@@ -75,9 +77,6 @@ public:
        bool isChar() const;
        /// is this equivalent to a letter?
        bool isLetter() const;
-       /// is this equivalent to a space (which is BTW different from
-       // a line separator)?
-       bool isSpace() const;
        // should we break lines after this inset?
        bool isLineSeparator() const;
 private: