]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.cpp
Move bind file format tag to LyXAction.cpp, and rename it.
[lyx.git] / src / PDFOptions.cpp
index d9f637e95135105f5d2aeb7e02c0d806cf36204f..1cf32acda40a9aada630a2dfe3d16249bd96a81f 100644 (file)
@@ -183,8 +183,8 @@ int PDFOptions::writeLaTeX(OutputParams & runparams, odocstream & os,
                   << setEncoding("UTF-8");
                ++lines;
        }
-       // if hyperref is loaded by the document class and hyperset is empty,
-       // nothing must be output, see bug #7048
+       // 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);