]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
"Inter-word Space"
[lyx.git] / src / LaTeXFeatures.h
index 7fa311a3e24a09dae53dca3ab387953655a23f52..6cf6c8d159f968e9f8245cb13effe3a21391592a 100644 (file)
@@ -69,16 +69,17 @@ public:
        ///
        void useLanguage(Language const *);
        ///
-       bool hasLanguages();
+       bool hasLanguages() const;
        ///
        string getLanguages() const;
        ///
-       std::set<string> getEncodingSet(string const & doc_encoding);
+       std::set<string> getEncodingSet(string const & doc_encoding) const;
        ///
        void useLayout(string const & lyt);
        ///
        BufferParams const & bufferParams() const;
-       ///
+       /// the return value is dependent upon both LyXRC and LaTeXFeatures.
+       bool useBabel() const;
 
 private:
        string externalPreambles;