X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetSpecialChar.h;h=a5761864d8ca1cce7d6461067312b98d7eb09574;hb=0c7bd9a57f2a308bb9659200eda3b7e45f8d5d3c;hp=5ce620cc2eb78240fdade0c4bfdea4d5c7ecb7f7;hpb=8b00b355ca7012ca703c78a8be89193ac6435fcb;p=lyx.git diff --git a/src/insets/InsetSpecialChar.h b/src/insets/InsetSpecialChar.h index 5ce620cc2e..a5761864d8 100644 --- a/src/insets/InsetSpecialChar.h +++ b/src/insets/InsetSpecialChar.h @@ -41,11 +41,19 @@ public: /// breakable slash SLASH, /// protected dash - NOBREAKDASH + NOBREAKDASH, + /// LyX logo + PHRASE_LYX, + /// TeX logo + PHRASE_TEX, + /// LaTeX2e logo + PHRASE_LATEX2E, + /// LaTeX logo + PHRASE_LATEX }; /// - InsetSpecialChar() : Inset(0) {} + InsetSpecialChar() : Inset(0), kind_(HYPHENATION) {} /// explicit InsetSpecialChar(Kind k); /// @@ -70,7 +78,7 @@ public: /// void toString(odocstream &) const; /// - void forOutliner(docstring &, size_t) const; + void forOutliner(docstring &, size_t const, bool const) const; /// InsetCode lyxCode() const { return SPECIALCHAR_CODE; } /// We don't need \begin_inset and \end_inset