X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetspace.h;h=eb87db4acb36172949632383a10c49139a8eb9f6;hb=5603df4a5b7e511b31026c9a4f8f55b2b10fde57;hp=267ff8121a529f82ae62719a22aaef1772271517;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/insets/insetspace.h b/src/insets/insetspace.h index 267ff8121a..eb87db4acb 100644 --- a/src/insets/insetspace.h +++ b/src/insets/insetspace.h @@ -7,7 +7,7 @@ * \author Asger Alstrup Nielsen * \author Jean-Marc Lasgouttes * \author Lars Gullik Bjønnes - * \author Juergen Spitzmueller + * \author Jürgen Spitzmüller * * Full author contact details are available in file CREDITS. */ @@ -17,7 +17,6 @@ #include "inset.h" -#include "support/std_string.h" struct LaTeXFeatures; @@ -63,13 +62,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 clone() const; /// @@ -84,8 +86,6 @@ public: /// 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: /// And which kind is this? Kind kind_;