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