]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.h
ws changes only
[lyx.git] / src / insets / insetspecialchar.h
index 7f7391629e00619cff63feee6676f02ce5e1f0f9..b2bd0937f43fce75f1a2a0aff7734ecf4171f18e 100644 (file)
@@ -16,7 +16,6 @@
 
 
 #include "inset.h"
-#include "LString.h"
 
 struct LaTeXFeatures;
 
@@ -50,18 +49,18 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void write(Buffer const *, std::ostream &) const;
+       void write(Buffer const &, std::ostream &) const;
        /// Will not be used when lyxf3
-       void read(Buffer const *, LyXLex & lex);
+       void read(Buffer const &, LyXLex & lex);
        ///
-       int latex(Buffer const *, std::ostream &,
+       int latex(Buffer const &, std::ostream &,
                  LatexRunParams const &) const;
        ///
-       int ascii(Buffer const *, std::ostream &, int linelen) const;
+       int ascii(Buffer const &, std::ostream &, int linelen) const;
        ///
-       int linuxdoc(Buffer const *, std::ostream &) const;
+       int linuxdoc(Buffer const &, std::ostream &) const;
        ///
-       int docbook(Buffer const *, std::ostream &, bool mixcont) const;
+       int docbook(Buffer const &, std::ostream &, bool mixcont) const;
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///