From: Richard Heck Date: Fri, 5 Aug 2016 01:09:32 +0000 (-0400) Subject: Special characters should be output to the TOC. X-Git-Tag: 2.2.2~67 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c92b1aa35960b9ccf84d6e44154d7cc09d65fe4e;p=features.git Special characters should be output to the TOC. (cherry picked from commit f15c4159aa9fa1c78b7b642e58edbff333292d5a) --- diff --git a/src/insets/InsetSpecialChar.h b/src/insets/InsetSpecialChar.h index a5761864d8..ebdfb1a6e4 100644 --- a/src/insets/InsetSpecialChar.h +++ b/src/insets/InsetSpecialChar.h @@ -78,6 +78,8 @@ public: /// void toString(odocstream &) const; /// + bool isInToc() const { return true; } + /// void forOutliner(docstring &, size_t const, bool const) const; /// InsetCode lyxCode() const { return SPECIALCHAR_CODE; }