]> git.lyx.org Git - features.git/blobdiff - src/insets/insetspace.h
Replace LString.h with support/std_string.h,
[features.git] / src / insets / insetspace.h
index 67c92943467415e1369cc97d6e4ce611240d212d..267ff8121a529f82ae62719a22aaef1772271517 100644 (file)
@@ -17,7 +17,7 @@
 
 
 #include "inset.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 struct LaTeXFeatures;
 
@@ -58,18 +58,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;
        ///