mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0ad3996fd3
commit
c03e5941a3
@ -268,7 +268,6 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
|
|||||||
|
|
||||||
if (!runparams.inComment && !runparams.dryrun && !runparams.nice &&
|
if (!runparams.inComment && !runparams.dryrun && !runparams.nice &&
|
||||||
not_from_texmf) {
|
not_from_texmf) {
|
||||||
|
|
||||||
// mangledFilename() needs the extension
|
// mangledFilename() needs the extension
|
||||||
DocFileName const in_file = DocFileName(try_in_file);
|
DocFileName const in_file = DocFileName(try_in_file);
|
||||||
database = removeExtension(in_file.mangledFilename());
|
database = removeExtension(in_file.mangledFilename());
|
||||||
@ -303,7 +302,6 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
|
|||||||
if (!warned_about_spaces &&
|
if (!warned_about_spaces &&
|
||||||
runparams.nice && db_out.find(' ') != docstring::npos) {
|
runparams.nice && db_out.find(' ') != docstring::npos) {
|
||||||
warned_about_spaces = true;
|
warned_about_spaces = true;
|
||||||
|
|
||||||
Alert::warning(_("Export Warning!"),
|
Alert::warning(_("Export Warning!"),
|
||||||
_("There are spaces in the paths to your BibTeX databases.\n"
|
_("There are spaces in the paths to your BibTeX databases.\n"
|
||||||
"BibTeX will be unable to find them."));
|
"BibTeX will be unable to find them."));
|
||||||
@ -317,7 +315,6 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
|
|||||||
style = split(style, bibtotoc, ',');
|
style = split(style, bibtotoc, ',');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// line count
|
// line count
|
||||||
int nlines = 0;
|
int nlines = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user