Add comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28106 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-11 22:55:16 +00:00
parent d17e30c00d
commit a87df64327

View File

@ -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();