From 69232e36320eea1cc44b3f29ca2902704f3d24de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 5 Jan 2011 23:23:18 +0000 Subject: [PATCH] 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 --- src/PDFOptions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PDFOptions.cpp b/src/PDFOptions.cpp index 09bd79652a..1cf32acda4 100644 --- a/src/PDFOptions.cpp +++ b/src/PDFOptions.cpp @@ -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()) { -- 2.39.2