]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / LaTeXFeatures.h
index b95c8e411520158ffd85511f29445e9c858a5c2f..6cf6c8d159f968e9f8245cb13effe3a21391592a 100644 (file)
@@ -78,7 +78,8 @@ public:
        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;