PDFOptions.cpp: revert r37111 because this broke the compilation of some documentation files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37118 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-01-05 23:23:18 +00:00
parent 0f3c4c2f04
commit 69232e3632

View File

@ -185,8 +185,8 @@ int PDFOptions::writeLaTeX(OutputParams & runparams, odocstream & os,
}
// FIXME: handle the case that hyperref is loaded by the document class and
// hyperset is empty, see bug #7048
//if (!(hyperref_already_provided && hyperset.empty()))
// os << from_utf8(opt);
if (!(hyperref_already_provided && hyperset.empty()))
os << from_utf8(opt);
if (need_unicode && enc && enc->iconvName() != "UTF-8"
&&!runparams.isFullUnicode()) {