]> git.lyx.org Git - lyx.git/blobdiff - src/Language.h
Handle change-accept and change-reject in multi-cell selection
[lyx.git] / src / Language.h
index 687682821adc147b32612ddcc828562e1122b947..a535f980cb2beceb199a85cb94e702eb375f471a 100644 (file)
@@ -46,6 +46,8 @@ public:
        std::string const polyglossia() const { return polyglossia_name_; }
        /// polyglossia language options
        std::string const polyglossiaOpts() const { return polyglossia_opts_; }
+       /// polyglossia language options
+       std::string const xindy() const { return xindy_; }
        /// Is this language only supported by polyglossia?
        bool isPolyglossiaExclusive() const;
        /// Is this language only supported by babel?
@@ -117,6 +119,8 @@ private:
        ///
        trivstring polyglossia_opts_;
        ///
+       trivstring xindy_;
+       ///
        trivstring quote_style_;
        ///
        trivstring active_chars_;