mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Special characters should be output to the TOC.
This commit is contained in:
parent
8d65a6d277
commit
f15c4159aa
@ -80,6 +80,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