]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / insets / InsetNewline.h
index 8f9d57527e022168e7cfa9c8b6b47fccc818513a..3dbbaa1085fe80357a83ed4be13e3c42a99c1aa1 100644 (file)
@@ -60,13 +60,13 @@ private:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void read(Lexer & lex);
        ///
@@ -77,7 +77,7 @@ private:
        ///
        ColorCode ColorName() const;
        ///
-       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       std::string contextMenuName() const;
        ///
        Inset * clone() const { return new InsetNewline(*this); }
        ///