mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +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;
|
||||
}
|
||||
|
||||
|
||||
PDFOptions & BufferParams::pdfoptions()
|
||||
{
|
||||
return pimpl_->pdfoptions;
|
||||
@ -450,6 +451,7 @@ PDFOptions const & BufferParams::pdfoptions() const
|
||||
return pimpl_->pdfoptions;
|
||||
}
|
||||
|
||||
|
||||
VSpace const & BufferParams::getDefSkip() const
|
||||
{
|
||||
return pimpl_->defskip;
|
||||
@ -649,8 +651,7 @@ string const BufferParams::readToken(Lexer & lex, string const & token)
|
||||
lex >> float_placement;
|
||||
|
||||
} else if (prefixIs(token, "\\pdf_") || token == "\\use_hyperref") {
|
||||
string toktmp;
|
||||
toktmp = pdfoptions().readToken(lex, token);
|
||||
string toktmp = pdfoptions().readToken(lex, token);
|
||||
if (!toktmp.empty()) {
|
||||
lyxerr << "PDFOptions::readToken(): Unknown token: " <<
|
||||
toktmp << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user