]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Whitespace
[lyx.git] / src / LaTeXFeatures.h
index 3b1cc89d646233a5c202c6d48249b6083aa50df4..ed824d8b34aaee4510f3d868fba039b3d72a0603 100644 (file)
@@ -106,9 +106,11 @@ public:
        ///
        bool hasLanguages() const;
        /// check if all used languages are supported by polyglossia
-       bool hasPolyglossiaLanguages() const;
+       bool hasOnlyPolyglossiaLanguages() const;
+       /// check if a language is supported only by polyglossia
+       bool hasPolyglossiaExclusiveLanguages() const;
        ///
-       std::string getLanguages() const;
+       std::string getBabelLanguages() const;
        ///
        std::map<std::string, std::string> getPolyglossiaLanguages() const;
        ///