X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetspecialchar.h;h=f8d5a20152e21b81e5020f8ea3e49be500417752;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=e75fcd71071bf1d97f6a0b5abad142bd9d23b03d;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/insets/insetspecialchar.h b/src/insets/insetspecialchar.h index e75fcd7107..f8d5a20152 100644 --- a/src/insets/insetspecialchar.h +++ b/src/insets/insetspecialchar.h @@ -34,10 +34,6 @@ public: END_OF_SENTENCE, /// Menu separator MENU_SEPARATOR, -#if 0 - /// Newline - NEWLINE, -#endif /// Protected Separator PROTECTED_SEPARATOR }; @@ -45,6 +41,7 @@ public: /// InsetSpecialChar() {} /// + explicit InsetSpecialChar(Kind k); /// int ascent(Painter &, LyXFont const &) const; @@ -59,7 +56,9 @@ public: /// Will not be used when lyxf3 void Read(LyXLex & lex); /// - int Latex(std::ostream &, signed char fragile, bool free_spc) const; + int Latex(std::ostream &, bool fragile, bool free_spc) const; + /// + int Ascii(std::ostream &) const; /// int Linuxdoc(std::ostream &) const; ///