mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Whitespace.
This commit is contained in:
parent
83fded8fea
commit
ff2df8cf37
@ -806,10 +806,8 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
|
|||||||
ErrorList const & el = tmp->errorList("Export");
|
ErrorList const & el = tmp->errorList("Export");
|
||||||
if (!el.empty())
|
if (!el.empty())
|
||||||
msg = bformat(from_ascii("%1$s\n\n%2$s\n\n%3$s"),
|
msg = bformat(from_ascii("%1$s\n\n%2$s\n\n%3$s"),
|
||||||
msg, el.begin()->error,
|
msg, el.begin()->error, el.begin()->description);
|
||||||
el.begin()->description);
|
throw ExceptionMessage(ErrorException, _("Error: "), msg);
|
||||||
throw ExceptionMessage(ErrorException, _("Error: "),
|
|
||||||
msg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
runparams.encoding = oldEnc;
|
runparams.encoding = oldEnc;
|
||||||
@ -834,10 +832,8 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
|
|||||||
included_file.displayName());
|
included_file.displayName());
|
||||||
if (!el.empty())
|
if (!el.empty())
|
||||||
msg = bformat(from_ascii("%1$s\n\n%2$s\n\n%3$s"),
|
msg = bformat(from_ascii("%1$s\n\n%2$s\n\n%3$s"),
|
||||||
msg, el.begin()->error,
|
msg, el.begin()->error, el.begin()->description);
|
||||||
el.begin()->description);
|
throw ExceptionMessage(ErrorException, _("Error: "), msg);
|
||||||
throw ExceptionMessage(ErrorException, _("Error: "),
|
|
||||||
msg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user