Author: uwestoehr
Date: Thu Jan 6 00:23:18 2011
New Revision: 37118
URL: http://www.lyx.org/trac/changeset/37118
Log:
PDFOptions.cpp: revert r37111 because this broke the compilation of some
documentation files
Modified:
lyx-devel/trunk/src/PDFOptions.cpp
Modified: lyx-devel/trunk/src/PDFOptions.cpp
==============================================================================
--- lyx-devel/trunk/src/PDFOptions.cpp Wed Jan 5 21:32:45 2011 (r37117)
+++ lyx-devel/trunk/src/PDFOptions.cpp Thu Jan 6 00:23:18 2011 (r37118)
@@ -185,8 +185,8 @@
}
// 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()) {