]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
tex2lyx: support for Spreadsheet and chess external templates
[lyx.git] / src / insets / InsetNewline.h
index 85bf1275ba688166c5430633ed3fa36ba0301ca8..3dbbaa1085fe80357a83ed4be13e3c42a99c1aa1 100644 (file)
@@ -60,7 +60,7 @@ 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;
        ///
@@ -77,7 +77,7 @@ private:
        ///
        ColorCode ColorName() const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        Inset * clone() const { return new InsetNewline(*this); }
        ///