mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix from Pavel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20406 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
51179197c6
commit
6881ac8c4c
@ -77,7 +77,7 @@ void PDFOptions::writeFile(ostream & os) const
|
||||
os << "\\pdf_quoted_options \"" << quoted_options << "\"\n";
|
||||
}
|
||||
|
||||
void PDFOptions::writeLaTeX(odocstream &os) const
|
||||
void PDFOptions::writeLaTeX(odocstringstream &os) const
|
||||
{
|
||||
if (!use_hyperref) return ;
|
||||
|
||||
|
@ -30,7 +30,7 @@ public:
|
||||
/// output to lyx header
|
||||
void writeFile(std::ostream &) const;
|
||||
/// output to tex header
|
||||
void writeLaTeX(odocstream &) const;
|
||||
void writeLaTeX(odocstringstream &) const;
|
||||
/// read tokens from lyx header
|
||||
std::string readToken(Lexer &lex, std::string const & token);
|
||||
/// keep implicit hyperref settings
|
||||
|
Loading…
Reference in New Issue
Block a user