X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetspace.h;h=eb87db4acb36172949632383a10c49139a8eb9f6;hb=5603df4a5b7e511b31026c9a4f8f55b2b10fde57;hp=c340560ccdb146cd17629eae48790d8b2195c415;hpb=0f9678630c661df5e3376c16cab3a5b2824871e9;p=lyx.git diff --git a/src/insets/insetspace.h b/src/insets/insetspace.h index c340560ccd..eb87db4acb 100644 --- a/src/insets/insetspace.h +++ b/src/insets/insetspace.h @@ -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_;