X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetSpecialChar.h;h=2d8401c2b5fa899fec98085bfe4eb7f9d0722151;hb=2906a35663b92030b0668a42ab370dba8ffca4cf;hp=e402ef7c7cad22f5baa48544ba585e5dbfe0a465;hpb=1ef605f6254ef3f3b8cec5440a2e67e6f23a707b;p=lyx.git diff --git a/src/insets/InsetSpecialChar.h b/src/insets/InsetSpecialChar.h index e402ef7c7c..2d8401c2b5 100644 --- a/src/insets/InsetSpecialChar.h +++ b/src/insets/InsetSpecialChar.h @@ -59,7 +59,7 @@ public: /// Will not be used when lyxf3 void read(Lexer & lex); /// - int latex(otexstream &, OutputParams const &) const; + void latex(otexstream &, OutputParams const &) const; /// int plaintext(odocstream &, OutputParams const &) const; /// @@ -77,11 +77,11 @@ public: /// void validate(LaTeXFeatures &) const; - // should this inset be handled like a normal charater + /// should this inset be handled like a normal character? bool isChar() const { return true; } /// is this equivalent to a letter? bool isLetter() const; - // should we break lines after this inset? + /// should we break lines after this inset? bool isLineSeparator() const; private: Inset * clone() const { return new InsetSpecialChar(*this); };