]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Forgot this part.
[lyx.git] / src / OutputParams.h
index 5503d8b7cd191b1f2c944abd14b69fa18ce320b0..59d7221ff925da558dc4838b2342ee89b6cc77a0 100644 (file)
@@ -129,7 +129,7 @@ public:
         */
        Font const * local_font;
 
-       /** Document language babel name
+       /** Document language lyx name
         */
        std::string document_language;
 
@@ -177,6 +177,10 @@ public:
        */
        bool use_polyglossia;
 
+       /** Do we use hyperref?
+       */
+       bool use_hyperref;
+
        /// Do we use the CJK package?
        bool use_CJK;
 
@@ -196,9 +200,6 @@ public:
        */
        std::string index_command;
 
-       /// The Xindy language module
-       std::string xindy_language;
-
        /** Hyperref driver
        */
        std::string hyperref_driver;