mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Whitespace
This commit is contained in:
parent
1ea8b272a0
commit
57f284d9a8
@ -2434,7 +2434,7 @@ void Buffer::getLabelList(vector<std::tuple<docstring, docstring, docstring>> &
|
||||
shared_ptr<Toc> toc = d->toc_backend.toc("label");
|
||||
for (auto const & tocit : *toc) {
|
||||
if (tocit.depth() == 0) {
|
||||
list.push_back(make_tuple(tocit.str(), tocit.asString(),tocit.prettyStr()));
|
||||
list.push_back(make_tuple(tocit.str(), tocit.asString(), tocit.prettyStr()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user