mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
PDFOptions.cpp: whitespace only.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37879 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c20e885331
commit
0bb6e39ef1
@ -102,7 +102,7 @@ void PDFOptions::writeLaTeX(OutputParams & runparams, otexstream & os,
|
|||||||
|
|
||||||
// only use the hyperref settings if hyperref is enabled by the user
|
// only use the hyperref settings if hyperref is enabled by the user
|
||||||
// see bug #7052
|
// see bug #7052
|
||||||
if(use_hyperref) {
|
if (use_hyperref) {
|
||||||
// try to extract author and title from document when none is
|
// try to extract author and title from document when none is
|
||||||
// explicitly given
|
// explicitly given
|
||||||
if (pdfusetitle && title.empty() && author.empty())
|
if (pdfusetitle && title.empty() && author.empty())
|
||||||
@ -141,7 +141,6 @@ void PDFOptions::writeLaTeX(OutputParams & runparams, otexstream & os,
|
|||||||
hyperset += quoted_options;
|
hyperset += quoted_options;
|
||||||
}
|
}
|
||||||
hyperset = rtrim(hyperset,",");
|
hyperset = rtrim(hyperset,",");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if the hyperref settings use an encoding that exceeds
|
// check if the hyperref settings use an encoding that exceeds
|
||||||
|
Loading…
Reference in New Issue
Block a user