mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Add comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28106 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d17e30c00d
commit
a87df64327
@ -449,6 +449,7 @@ int InsetInclude::latex(odocstream & os, OutputParams const & runparams) const
|
||||
// write it to a file (so far the complete file)
|
||||
string exportfile;
|
||||
string mangled;
|
||||
// bug 5681
|
||||
if (type(params()) == LISTINGS) {
|
||||
exportfile = incfile;
|
||||
mangled = DocFileName(included_file).mangledFilename();
|
||||
|
Loading…
Reference in New Issue
Block a user