]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Handle change-accept and change-reject in multi-cell selection
[lyx.git] / src / OutputParams.h
index fb8cea38318336f596c6042adf099b13cac4d6bf..a2eb3977779b3a0b6dc13a677de51a3d448d7450 100644 (file)
@@ -134,6 +134,9 @@ public:
         */
        mutable Language const * master_language;
 
+       /// Active characters
+       std::string active_chars;
+
        /** Current stream encoding. Only used for LaTeX.
            This must be set to the document encoding (via the constructor)
            before output starts. Afterwards it must be kept up to date for
@@ -185,6 +188,9 @@ public:
        */
        std::string index_command;
 
+       /// The Xindy language module
+       std::string xindy_language;
+
        /** Hyperref driver
        */
        std::string hyperref_driver;