mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 08:57:35 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20392 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
21f0dd25f1
commit
1b79e53ffe
@ -439,6 +439,7 @@ Spacing const & BufferParams::spacing() const
|
|||||||
return pimpl_->spacing;
|
return pimpl_->spacing;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PDFOptions & BufferParams::pdfoptions()
|
PDFOptions & BufferParams::pdfoptions()
|
||||||
{
|
{
|
||||||
return pimpl_->pdfoptions;
|
return pimpl_->pdfoptions;
|
||||||
@ -450,6 +451,7 @@ PDFOptions const & BufferParams::pdfoptions() const
|
|||||||
return pimpl_->pdfoptions;
|
return pimpl_->pdfoptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
VSpace const & BufferParams::getDefSkip() const
|
VSpace const & BufferParams::getDefSkip() const
|
||||||
{
|
{
|
||||||
return pimpl_->defskip;
|
return pimpl_->defskip;
|
||||||
@ -649,8 +651,7 @@ string const BufferParams::readToken(Lexer & lex, string const & token)
|
|||||||
lex >> float_placement;
|
lex >> float_placement;
|
||||||
|
|
||||||
} else if (prefixIs(token, "\\pdf_") || token == "\\use_hyperref") {
|
} else if (prefixIs(token, "\\pdf_") || token == "\\use_hyperref") {
|
||||||
string toktmp;
|
string toktmp = pdfoptions().readToken(lex, token);
|
||||||
toktmp = pdfoptions().readToken(lex, token);
|
|
||||||
if (!toktmp.empty()) {
|
if (!toktmp.empty()) {
|
||||||
lyxerr << "PDFOptions::readToken(): Unknown token: " <<
|
lyxerr << "PDFOptions::readToken(): Unknown token: " <<
|
||||||
toktmp << endl;
|
toktmp << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user