mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Special characters should be output to the TOC.
(cherry picked from commit f15c4159aa
)
This commit is contained in:
parent
4df7b051fa
commit
c92b1aa359
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user