mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
parent
83afe8aa19
commit
6960bab65c
@ -1314,8 +1314,12 @@ void InsetInclude::addToToc(DocIterator const & cpit, bool output_active,
|
||||
b.pushItem(cpit, screenLabel(), output_active);
|
||||
InsetListingsParams p(to_utf8(params()["lstparams"]));
|
||||
b.argumentItem(from_utf8(p.getParamValue("caption")));
|
||||
b.pop();
|
||||
} else {
|
||||
b.pop();
|
||||
} else if (isVerbatim(params())) {
|
||||
TocBuilder & b = backend.builder("child");
|
||||
b.pushItem(cpit, screenLabel(), output_active);
|
||||
b.pop();
|
||||
} else {
|
||||
Buffer const * const childbuffer = getChildBuffer();
|
||||
|
||||
TocBuilder & b = backend.builder("child");
|
||||
|
Loading…
Reference in New Issue
Block a user