]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspace.h
convert graphics for .tex export, fixes bug 1231
[lyx.git] / src / insets / insetspace.h
index ad6bbc1b30d0bebac10488d52c113872c9959e3a..eb87db4acb36172949632383a10c49139a8eb9f6 100644 (file)
@@ -62,16 +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 &,
-                 LatexRunParams const &) const;
+       int plaintext(Buffer const &, std::ostream &,
+                 OutputParams const &) const;
        ///
        int linuxdoc(Buffer const &, std::ostream &,
-                    LatexRunParams const &) const;
+                    OutputParams const &) const;
        ///
        int docbook(Buffer const &, std::ostream &,
-                   LatexRunParams const &) const;
+                   OutputParams const &) const;
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
@@ -86,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_;