]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetLine.h
index cc5ce9bc7f3c160c4b9f1be0922a3a4708c357a3..d1f6f52df06aa51651da3a61cb332a6f7fa4194c 100644 (file)
@@ -4,6 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
+ * \author Abdelrazak Younes
  * \author André Pönitz
  * \author Uwe Stöhr
  *
@@ -47,7 +48,7 @@ private:
        bool hasSettings() const { return true; }
        void metrics(MetricsInfo &, Dimension &) const;
        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;
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;