Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-11-19 04:41:10 +00:00
parent 0ad3996fd3
commit c03e5941a3

View File

@ -268,7 +268,6 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
if (!runparams.inComment && !runparams.dryrun && !runparams.nice &&
not_from_texmf) {
// mangledFilename() needs the extension
DocFileName const in_file = DocFileName(try_in_file);
database = removeExtension(in_file.mangledFilename());
@ -303,7 +302,6 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
if (!warned_about_spaces &&
runparams.nice && db_out.find(' ') != docstring::npos) {
warned_about_spaces = true;
Alert::warning(_("Export Warning!"),
_("There are spaces in the paths to your BibTeX databases.\n"
"BibTeX will be unable to find them."));
@ -317,7 +315,6 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
style = split(style, bibtotoc, ',');
}
// line count
int nlines = 0;