]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Forgot this part.
[lyx.git] / src / OutputParams.h
index 7e578c3b0c07293f7162952ba1f78278de1f1a28..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;
@@ -357,12 +358,6 @@ public:
 
        /// Explicit output folder, if any is desired
        std::string export_folder;
-
-       /// Have we already output the title?
-       mutable bool already_title;
-       /// Used to signal we need to output \end{TITLEBLOCK} when title
-       /// environment is used.
-       mutable bool issued_title_cmd;
 };