X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetNewpage.h;h=6a1d639b0760ff687c4a654d61c6b80c7a7d1d9e;hb=9914f21bceef9610bd1822f96eff0aa6d1a8df7c;hp=8ee2385411f321d746186292b5ec7eb87ff43a8c;hpb=f9b81e51e943bcaac885d74edbce41a9d74ad3dd;p=lyx.git diff --git a/src/insets/InsetNewpage.h b/src/insets/InsetNewpage.h index 8ee2385411..6a1d639b07 100644 --- a/src/insets/InsetNewpage.h +++ b/src/insets/InsetNewpage.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -63,12 +63,14 @@ 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(XHTMLStream &, OutputParams const &) const; + /// void read(Lexer & lex); /// void write(std::ostream & os) const; @@ -79,7 +81,7 @@ private: /// ColorCode ColorName() const; /// - docstring contextMenu(BufferView const & bv, int x, int y) const; + std::string contextMenuName() const; /// Inset * clone() const { return new InsetNewpage(*this); } ///