mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix Abdel's FIXME.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26708 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e852600e61
commit
605ce88938
@ -413,8 +413,9 @@ void Changes::addToToc(DocIterator const & cdit, Buffer const & buffer) const
|
||||
dit.pos() = it->range.start;
|
||||
Paragraph const & par = dit.paragraph();
|
||||
str += " " + par.asString(it->range.start, min(par.size(), it->range.end));
|
||||
// FIXME: find an unicode character for carriage return presentation if
|
||||
// present; i.e. when it->range.end > par.size()
|
||||
if (it->range.end > par.size())
|
||||
// the end of paragraph symbol from the Punctuation group
|
||||
str.push_back(0x204B);
|
||||
docstring const & author = author_list.get(it->change.author).name();
|
||||
Toc::iterator it = change_list.item(0, author);
|
||||
if (it == change_list.end()) {
|
||||
|
Loading…
Reference in New Issue
Block a user