mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-15 07:16:48 +00:00
InsetIndex: add a comment.
This commit is contained in:
parent
4a62c08e61
commit
758792f6d6
@ -1379,6 +1379,8 @@ docstring InsetPrintIndex::xhtml(XMLStream &, OutputParams const & op) const
|
||||
// whatever, but....
|
||||
return docstring();
|
||||
|
||||
// Sort the entries, first on the main entry, then the subentry, then the subsubentry,
|
||||
// thanks to the implementation of operator<.
|
||||
stable_sort(entries.begin(), entries.end());
|
||||
|
||||
Layout const & lay = bp.documentClass().htmlTOCLayout();
|
||||
|
Loading…
Reference in New Issue
Block a user